mirror of
https://github.com/graphql-python/graphene.git
synced 2024-12-01 22:14:02 +03:00
4 lines
69 B
Python
4 lines
69 B
Python
|
|
||
|
def assert_equal_lists(l1, l2):
|
||
|
assert sorted(l1) == sorted(l2)
|