Skip to content

Commit df8c3e3

Browse files
committed
remove unused test case
1 parent 626b638 commit df8c3e3

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

tests/data/test_main_tc2_expected.json

Whitespace-only changes.

tests/test_cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def aux_file(file: str) -> str:
2020

2121
test_data = [
2222
({"license": "MIT", "file": aux_file("test_main_tc1.txt")}, 0),
23-
# ({"license": "GPL", "file": aux_file("test_main_tc2.json"), "format": "json"}, 0),
2423
(
2524
{
2625
"license": "BSD",

0 commit comments

Comments
 (0)