commit | 453074c8daf996b1815a0cd2218f0dbf1801056c | [log] [tgz] |
---|---|---|
author | Stepan Sindelar <me@stevesindelar.cz> | Thu Apr 08 01:31:55 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 07 16:31:55 2021 -0700 |
tree | 20fe6084341827dc7cd4dab072cc54840e995c6b | |
parent | 3f3d82b84823eb28abeedf317bbe107bbe7f6492 [diff] |
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.