Skip to content

Commit 674cfb9

Browse files
committed
update test case
1 parent a380656 commit 674cfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_create_app_function():
4343
_clean_paths()
4444
output = subprocess.check_output(
4545
[sys.executable, '-m', 'zipapps', '--freeze-reqs', '-', 'six==1.15.0'])
46-
assert output.strip() == b'six==1.15.0', output
46+
assert b'six==1.15.0' in output.strip(), output
4747

4848
# test `--dump-config` and `--load-config`
4949
_clean_paths()

0 commit comments

Comments
 (0)