1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

function name spelling

This commit is contained in:
Kelly Brazil
2020-07-10 15:49:35 -07:00
parent 28ed17ad3b
commit fb71c7b020

View File

@ -140,7 +140,7 @@ class MyTests(unittest.TestCase):
for test_dict, expected_json in zip(test_input, expected_output): for test_dict, expected_json in zip(test_input, expected_output):
self.assertEqual(jc.cli.json_out(test_dict), expected_json) 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 = [ test_input = [
None, None,
{}, {},