Skip to content

Commit da2c4a6

Browse files
committed
fix ancient merge error
1 parent a71f2da commit da2c4a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_toolargparse.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ def test_help(self):
7373
f.close()
7474
self.assertEquals(main(["--debug", f.name, '--input',
7575
get_data('tests/echo.cwl')]), 0)
76-
self.assertEquals(main(["--debug", f.name, '--input',
77-
get_data('tests/echo.cwl')]), 0)
78-
7976

8077
@needs_docker
8178
def test_bool(self):

0 commit comments

Comments
 (0)