Skip to content
Snippets Groups Projects
Commit 7ab605f6 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

more tests

parent 991e231b
No related branches found
Tags v2.4.16
No related merge requests found
......@@ -28,7 +28,7 @@ class TestMergeDicts(unittest.TestCase):
self.assertEquals(tak['kupujemy'], 'tak')
def test_nest(self):
tak = merge_dicts({'kupujemy': {"y": ['tak']}}, {'kupujemy': {"y":{['nie']}}})
tak = merge_dicts({'kupujemy': {"y": ['tak']}}, {'kupujemy': {"y":['nie']}})
q = tak['kupujemy']['y']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment