Skip to content

Commit d852e75

Browse files
author
markus
committed
Fixed test for py3.
1 parent a67d78e commit d852e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_relay/mutation/tests/test_mutation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,4 @@ def test_contains_correct_field():
407407
})
408408
result = graphql(schema, query)
409409
assert not result.errors
410-
assert result.data == expected
410+
assert dict(result.data) == expected

0 commit comments

Comments
 (0)