Skip to content

Commit 3c533e9

Browse files
committed
add test.tox
Signed-off-by: Ethan Lee <[email protected]>
1 parent cc5ea5d commit 3c533e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_tox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_release_environment(run_command):
3333

3434
# when
3535
help_result, _, _ = run_command("fosslight_android -h")
36-
ok_result, _, _ = run_command("fosslight_android -s test/binary.txt -n android.log")
36+
ok_result, _, _ = run_command("fosslight_android -s test/binary.txt -a android.log")
3737

3838
# then
3939
assert help_result is True, "Help command failed"

0 commit comments

Comments
 (0)