Skip to content

Commit

Permalink
linting fix on test_sort_output_jsons.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AkRampersad committed Oct 29, 2024
1 parent c707609 commit 4bb80f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration_tests/test_sort_output_jsons.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,3 @@ def test_sorting_json_nested():
with open(expected_loc) as expected_file:
expected_json = json.load(expected_file)
assert json.dumps(sorted_actual) == json.dumps(expected_json)




0 comments on commit 4bb80f6

Please sign in to comment.