Skip to content

Commit

Permalink
pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgreen-moj committed Dec 5, 2023
1 parent fa0c024 commit 6503853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def setUp(self):
self.csv_writer.writerows(self.csv_data)
self.csv_file.close()

def test_given_csv_file_when_csv_valid_then_convert_to_json(self):
def test_convert_csv_to_json_valid_csv(self):
expected_json = self.csv_data
actual_json = convert_csv_to_json(self.csv_file.name)
self.assertEqual(actual_json, expected_json)
Expand Down

0 comments on commit 6503853

Please sign in to comment.