Skip to content

Commit

Permalink
Use single-letter option in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Grande committed Apr 3, 2023
1 parent 42401cb commit cceede9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_create_tests(get_data, get_output):
shutil.rmtree(output_dir, ignore_errors=True)

assert not output_dir.exists()
args = ["create-tests", "-rt", "Md5ChecksumTest", input_json, output_dir]
args = ["create-tests", "-r", "Md5ChecksumTest", input_json, output_dir]
result = run_command(args)
check_command_result(result)
assert len(list(output_dir.iterdir())) > 0
Expand Down

0 comments on commit cceede9

Please sign in to comment.