SERVER-85440 Support MONGO_UNIMPLEMENTED_TASSERT in errorcodes.py (#18177)
GitOrigin-RevId: cab185dfa4430aaca4fd2647978db3096c12fd11
This commit is contained in:
@@ -26,7 +26,7 @@ class TestErrorcodes(unittest.TestCase):
|
||||
captured_error_codes.append(code)
|
||||
|
||||
errorcodes.parse_source_files(accumulate_files, TESTDATA_DIR + 'regex_matching/')
|
||||
self.assertEqual(31, len(captured_error_codes))
|
||||
self.assertEqual(32, len(captured_error_codes))
|
||||
|
||||
def test_dup_checking(self):
|
||||
"""Test dup checking."""
|
||||
|
||||
Reference in New Issue
Block a user