Skip to content

Commit 373607e

Browse files
committed
Fix UT name
1 parent 8f0a722 commit 373607e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/command_line_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
class TestCommandLine:
2323

24-
def test_test_input_file(self):
24+
def test_input_file(self):
2525
with patch(
2626
"sys.argv",
2727
[

0 commit comments

Comments
 (0)