diff --git a/tests/test_cli.py b/tests/test_cli.py index 092fe83d..d2f44be8 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -140,7 +140,7 @@ class MyTests(unittest.TestCase): for test_dict, expected_json in zip(test_input, expected_output): self.assertEqual(jc.cli.json_out(test_dict), expected_json) - def test_cli_json_out_monoc(self): + def test_cli_json_out_mono(self): test_input = [ None, {},