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

Rename order1.diff to json_expected_ordering_diff.

parent 7f0407a1
No related branches found
No related tags found
No related merge requests found
Pipeline #445787 failed
......@@ -59,4 +59,4 @@ 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(diff.details[0], "order1.diff")
assert_diff(diff.details[0], "json_expected_ordering_diff")
File moved
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