Skip to content

Commit acf51c9

Browse files
committed
tests: harden test_cmdline_python_package_symlink
1 parent 0f5263c commit acf51c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/acceptance_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,8 +738,8 @@ def join_pythonpath(*dirs):
738738
assert result.ret == 0
739739
result.stdout.fnmatch_lines(
740740
[
741-
"*lib/foo/bar/test_bar.py::test_bar*PASSED*",
742-
"*lib/foo/bar/test_bar.py::test_other*PASSED*",
741+
"*lib/foo/bar/test_bar.py::test_bar PASSED*",
742+
"*lib/foo/bar/test_bar.py::test_other PASSED*",
743743
"*2 passed*",
744744
]
745745
)

0 commit comments

Comments
 (0)