Skip to content

Commit 136fc91

Browse files
committed
tests: harden test_cmdline_python_package_symlink
1 parent 7c9beec commit 136fc91

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
@@ -739,8 +739,8 @@ def append_pythonpath(*dirs):
739739
assert result.ret == 0
740740
result.stdout.fnmatch_lines(
741741
[
742-
"*lib/foo/bar/test_bar.py::test_bar*PASSED*",
743-
"*lib/foo/bar/test_bar.py::test_other*PASSED*",
742+
"*lib/foo/bar/test_bar.py::test_bar PASSED*",
743+
"*lib/foo/bar/test_bar.py::test_other PASSED*",
744744
"*2 passed*",
745745
]
746746
)

0 commit comments

Comments
 (0)