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

more tests

parent 7ab605f6
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ class TestMergeDicts(unittest.TestCase):
def test_adds(self):
tak = merge_dicts({'kupujemy': 'tak'}, {'xkupujemy': 'nie'})
tak = merge_dicts({'kupujemy': 'tak'}, {'xupujemy': 'nie'})
self.assertEquals(tak['xupujemy'], 'nie')
self.assertEquals(tak['kupujemy'], 'tak')
......
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