Fixed test case

This commit is contained in:
danielx123
2019-04-22 21:29:08 -04:00
committed by Tomer Keren
parent 0996f3dbc5
commit c607697400

View File

@@ -286,7 +286,7 @@ class TestTerminal(object):
assert 1 == 1"""
)
result = testdir.runpytest()
result.stdout.fnmatch_lines(["*Package*", "*Version*"])
result.stdout.fnmatch_lines(["*Package Version *"])
class TestCollectonly(object):