]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug in test_collections.py (#19221)
authorCurtis Bucher <cpbucher5@gmail.com>
Mon, 30 Mar 2020 16:50:57 +0000 (09:50 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2020 16:50:57 +0000 (09:50 -0700)
commit0c5ad5499798aed4cd305d324051986ed4c48c8c
tree0b3eed641af3e82e7f4ebaeb514bf0aba0970152
parent676b105111e2399ed400cd13ab113f9aa891760d
Fix bug in test_collections.py (#19221)

Test in TestChainMap() line 257 did not properly check union behavior.
Lib/test/test_collections.py