Skip to content

Commit 2945c9b

Browse files
rhettingerpicnixz
andauthored
Update Lib/test/test_collections.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 984fa56 commit 2945c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,7 @@ def test_symmetric_difference(self):
24172417
pp = Counter(p)
24182418
qq = Counter(q)
24192419
pp ^= qq
2420-
assert pp == r
2420+
self.assertEqual(pp, r)
24212421

24222422

24232423
def load_tests(loader, tests, pattern):

0 commit comments

Comments
 (0)