Skip to content

Commit

Permalink
Typo fixup in unittest name
Browse files Browse the repository at this point in the history
  • Loading branch information
Letme committed Mar 26, 2018
1 parent 3f3cc23 commit be43cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_configfile_ok(self):
retval = warnings_wrapper(['--config', 'tests/config_example.json', 'tests/junit_single_fail.xml'])
self.assertEqual(0, retval)

def test_configfile_exclude_commadline(self):
def test_configfile_exclude_commandline(self):
with self.assertRaises(SystemExit) as ex:
warnings_wrapper(['--config', 'tests/config_example.json', '--junit', 'tests/junit_single_fail.xml'])
self.assertEqual(2, ex.exception.code)
Expand Down

0 comments on commit be43cc1

Please sign in to comment.