Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
catsmith committed Mar 23, 2024
1 parent 59c3e0e commit 6fe666f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ def test_get_unit_xml_unit_sorting(self, mocked_get_app_units):
{'start': 9, 'end': 9},
{'start': 2, 'end': 8}]
expected_ordered_units = [{'start': 2, 'end': 8},
{'start': 2, 'end': 4},
{'start': 2, 'end': 4},
{'start': 6, 'end': 8},
{'start': 9, 'end': 9}]
original_app = {'context': 'Gal.1.1',
Expand Down

0 comments on commit 6fe666f

Please sign in to comment.