Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Dec 2, 2023
1 parent 5bd8e6c commit 425990b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fahrplan/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def testHelp(self):
r = run_command('{0} {1}'.format(BASE_COMMAND, arg))
self.assertTrue(meta.description in r.std_out)
self.assertTrue('usage:' in r.std_out)
self.assertTrue('optional arguments:' in r.std_out)
self.assertTrue('positional arguments:' in r.std_out)
self.assertTrue('Examples:' in r.std_out)

Expand Down

0 comments on commit 425990b

Please sign in to comment.