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

more tests

parent 24018c36
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ def _merge(v1, v2): ...@@ -17,7 +17,7 @@ def _merge(v1, v2):
v1.extend(v2) v1.extend(v2)
return v1 return v1
raise TypeError return v2
@typed(dict, dict, returns=dict) @typed(dict, dict, returns=dict)
......
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