Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ClericPy committed Apr 28, 2022
1 parent a380656 commit 674cfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_create_app_function():
_clean_paths()
output = subprocess.check_output(
[sys.executable, '-m', 'zipapps', '--freeze-reqs', '-', 'six==1.15.0'])
assert output.strip() == b'six==1.15.0', output
assert b'six==1.15.0' in output.strip(), output

# test `--dump-config` and `--load-config`
_clean_paths()
Expand Down

0 comments on commit 674cfb9

Please sign in to comment.