Skip to content
Snippets Groups Projects
Commit f136e3a4 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Task #8571: Removed another python 2.7-only construct

parent a8a618c0
No related branches found
No related tags found
No related merge requests found
......@@ -289,4 +289,4 @@ class SendReceiveMessage(unittest.TestCase):
if __name__ == '__main__':
QUEUE = sys.argv[1] if len(sys.argv) > 1 else "testqueue"
del sys.argv[1:]
unittest.main(verbosity=2)
unittest.main()
......@@ -286,4 +286,4 @@ class ContentLofarMessage(unittest.TestCase):
if __name__ == '__main__':
unittest.main(verbosity=2)
unittest.main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment