Skip to content

Commit 5b6da1c

Browse files
committed
update console test to reflect new versioning scheme
1 parent eb4f93b commit 5b6da1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def testLaunch(self):
1919
self.assertRegexpMatches(cons.readline(), '.*\r\n')
2020

2121
self.assertRegexpMatches(
22-
cons.readline(), 'Mathics \\d\\.\\d\\.\\d.*\r\n')
22+
cons.readline(), 'Mathics \\d\\.\\d.*\r\n')
2323
self.assertRegexpMatches(
2424
cons.readline(), 'on (CPython|PyPy) \\d.\\d.\\d \\(.+\\) ?\r\n')
2525
self.assertRegexpMatches(

0 commit comments

Comments
 (0)