mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 04:07:16 +03:00
4 lines
69 B
Python
4 lines
69 B
Python
|
|
def assert_equal_lists(l1, l2):
|
|
assert sorted(l1) == sorted(l2)
|