Skip to content

Commit 38ac719

Browse files
committed
no diff anymore
1 parent c1161b3 commit 38ac719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_diff_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ def __str__(self):
17131713
t2 = Bad()
17141714

17151715
ddiff = DeepDiff(t1, t2)
1716-
result = {'unprocessed': ['root: Bad Object and Bad Object']}
1716+
result = {}
17171717
assert result == ddiff
17181718

17191719
def test_dict_none_item_removed(self):

0 commit comments

Comments
 (0)