Fixed keylists test.

This commit is contained in:
Fabio Caccamo 2020-02-04 12:45:08 +01:00
parent 0bb31c52e5
commit 543f91fc2d
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ class keylists_test_case(unittest.TestCase):
['b', 'd', 'x'],
['b', 'd', 'y'],
]
self.assertEqual(o, r)
for k in r:
self.assertTrue(k in o)
def test_keylists_with_non_string_keys(self):
i = {