Skip to content

Commit 5600beb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2605935 commit 5600beb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

testing/test_error_diffs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@ def test_this():
208208
"""
209209
> assert result == expected
210210
E AssertionError: assert {'d': 4, 'c': 3, 'b': 2, 'a': 1} == {'d': 4, 'c': 3, 'e': 5}
211-
E
211+
E
212212
E Common items:
213213
E {'d': 4, 'c': 3}
214214
E Left contains 2 more items:
215215
E {'b': 2, 'a': 1}
216216
E Right contains 1 more item:
217217
E {'e': 5}
218-
E
218+
E
219219
E Full diff:
220220
E {
221221
E 'd': 4,
@@ -239,15 +239,15 @@ def test_this():
239239
"""
240240
> assert result == expected
241241
E AssertionError: assert {'c': 3, 'd': 4, 'b': 2, 'a': 1} == {'d': 5, 'c': 3, 'b': 1}
242-
E
242+
E
243243
E Common items:
244244
E {'c': 3}
245245
E Differing items:
246246
E {'d': 4} != {'d': 5}
247247
E {'b': 2} != {'b': 1}
248248
E Left contains 1 more item:
249249
E {'a': 1}
250-
E
250+
E
251251
E Full diff:
252252
E {
253253
E - 'd': 5,

0 commit comments

Comments
 (0)