Skip to content

Commit 3420631

Browse files
Use existing data
1 parent 6557ed1 commit 3420631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_gettext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ def createMo(self, lang):
733733
os.makedirs(mofile_dir)
734734
mo_file = os.path.join(mofile_dir, "mofile.mo")
735735
with open(mo_file, "wb") as f:
736-
f.write(b"\xDE\x12\x04\x95")
736+
f.write(GNU_MO_DATA)
737737
return mo_file
738738

739739
def test_find_with_env_vars(self):

0 commit comments

Comments
 (0)