]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix broken test for MutableSet.pop() (GH-25209)
authorStepan Sindelar <me@stevesindelar.cz>
Wed, 7 Apr 2021 23:31:55 +0000 (01:31 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Apr 2021 23:31:55 +0000 (16:31 -0700)
commit453074c8daf996b1815a0cd2218f0dbf1801056c
tree20fe6084341827dc7cd4dab072cc54840e995c6b
parent3f3d82b84823eb28abeedf317bbe107bbe7f6492
Fix broken test for MutableSet.pop() (GH-25209)

Changes the test to not assert concrete result of pop, but just that it
was an item from the set, and that the set shrunk by one.
Lib/test/test_collections.py