Skip to content

Commit 6619690

Browse files
style: fix fmt
1 parent 816e755 commit 6619690

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testing/test_error_diffs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ def test_this():
244244
""",
245245
"""
246246
> assert result == expected
247-
E AssertionError: assert {'b': {'m': 3, 'n': 4}, 'a': {'x': 1, 'y': 2}, 'c': {'k': 5, 'l': 6}} == {'c': {'l': 6, 'k': 5}, 'e': {'v': 8}, 'd': {'u': 7}}
247+
E AssertionError: assert {'b': {'m': 3, 'n': 4}, 'a': {'x': 1, 'y': 2}, 'c': {'k': 5, 'l': 6}} \
248+
== {'c': {'l': 6, 'k': 5}, 'e': {'v': 8}, 'd': {'u': 7}}
248249
E Common items:
249250
E {'c': {'k': 5, 'l': 6}}
250251
E Left contains 2 more items:

0 commit comments

Comments
 (0)