Skip to content

Commit d65f958

Browse files
Address feedback (test)
1 parent a92e6f1 commit d65f958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tools/test_msgfmt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def test_version(self):
155155
for option in ('--version', '-V'):
156156
res = assert_python_ok(msgfmt, option)
157157
out = res.out.decode('utf-8').strip()
158-
self.assertEqual('msgfmt.py 1.3', out)
158+
self.assertEqual('msgfmt.py 1.2', out)
159159

160160
def test_invalid_option(self):
161161
res = assert_python_failure(msgfmt, '--invalid-option')

0 commit comments

Comments
 (0)