Skip to content

Commit cceede9

Browse files
author
Bruno Grande
committed
Use single-letter option in test
1 parent 42401cb commit cceede9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_create_tests(get_data, get_output):
6161
shutil.rmtree(output_dir, ignore_errors=True)
6262

6363
assert not output_dir.exists()
64-
args = ["create-tests", "-rt", "Md5ChecksumTest", input_json, output_dir]
64+
args = ["create-tests", "-r", "Md5ChecksumTest", input_json, output_dir]
6565
result = run_command(args)
6666
check_command_result(result)
6767
assert len(list(output_dir.iterdir())) > 0

0 commit comments

Comments
 (0)