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:
@ -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,
|
||||||
{},
|
{},
|
||||||
|
Reference in New Issue
Block a user