Skip to content

Commit

Permalink
update console test to reflect new versioning scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
sn6uv committed Dec 3, 2014
1 parent eb4f93b commit 5b6da1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def testLaunch(self):
self.assertRegexpMatches(cons.readline(), '.*\r\n')

self.assertRegexpMatches(
cons.readline(), 'Mathics \\d\\.\\d\\.\\d.*\r\n')
cons.readline(), 'Mathics \\d\\.\\d.*\r\n')
self.assertRegexpMatches(
cons.readline(), 'on (CPython|PyPy) \\d.\\d.\\d \\(.+\\) ?\r\n')
self.assertRegexpMatches(
Expand Down

0 comments on commit 5b6da1c

Please sign in to comment.