We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec1cb0 commit 6bb948eCopy full SHA for 6bb948e
Lib/test/test_tools/test_msgfmt.py
@@ -37,7 +37,7 @@ def test_compilation(self):
37
with open(tmp_mo_file, 'rb') as f:
38
actual = GNUTranslations(f)
39
40
- self.assertDictEqual(expected._catalog, actual._catalog)
+ self.assertDictEqual(actual._catalog, expected._catalog)
41
42
def test_invalid_msgid_plural(self):
43
with temp_cwd():
0 commit comments