Skip to content

Commit da390d0

Browse files
authored
Merge pull request #38 from graphql-python/test-remove-empty-space
test: Fix flake8 checking
2 parents 3ddec27 + b45c559 commit da390d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_mongo/tests/test_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_sould_int_convert_int():
5252

5353
def test_sould_long_convert_int():
5454
assert_conversion(mongoengine.LongField, graphene.Int)
55-
55+
5656

5757
def test_should_object_id_convert_id():
5858
assert_conversion(mongoengine.ObjectIdField, graphene.ID)

0 commit comments

Comments
 (0)