Skip to content
Snippets Groups Projects
Verified Commit a36fbb70 authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

:white_check_mark: fix test_get_version_message

parent d270c6fb
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ class MyTestCase(CRAWTest):
def test_get_version_message(self):
craw_version = craw.__version__
craw.__version__ = 1.0
craw.__version__ = "1.0"
try:
self.assertTrue(craw.get_version_message().startswith("craw 1.0 | Python 3."))
finally:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment