Skip to content
Snippets Groups Projects
Commit 844e00c7 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Use capitalised "Ordering".

parent dbf5350f
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class JSONFile(File):
self.path,
other.path,
source="Pretty-printed",
comment="ordering differences only",
comment="Ordering differences only",
)
return [difference]
......
......@@ -60,5 +60,5 @@ def test_compare_non_existing(monkeypatch, json1):
def test_ordering_differences(json3a, json3b):
diff = json3a.compare(json3b)
assert diff.details[0]._comments == ["ordering differences only"]
assert diff.details[0]._comments == ["Ordering differences only"]
assert diff.details[0].unified_diff == get_data("order1.diff")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment