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

more tests

parent 856e736d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ def _merge(v1, v2):
if isinstance(v1, list) and isinstance(v2, list):
v1.extend(v2)
return v2
return v1
raise TypeError
......
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