Skip to content

Commit f3dbd19

Browse files
committed
Fix failing test
1 parent 19ca8c2 commit f3dbd19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fahrplan/tests/test.py

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def testHelp(self):
5353
r = run_command('{0} {1}'.format(BASE_COMMAND, arg))
5454
self.assertTrue(meta.description in r.std_out)
5555
self.assertTrue('usage:' in r.std_out)
56-
self.assertTrue('optional arguments:' in r.std_out)
5756
self.assertTrue('positional arguments:' in r.std_out)
5857
self.assertTrue('Examples:' in r.std_out)
5958

0 commit comments

Comments
 (0)