Skip to content

Commit

Permalink
Merge pull request #38 from graphql-python/test-remove-empty-space
Browse files Browse the repository at this point in the history
test: Fix flake8 checking
  • Loading branch information
abawchen authored Jun 22, 2018
2 parents 3ddec27 + b45c559 commit da390d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_mongo/tests/test_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_sould_int_convert_int():

def test_sould_long_convert_int():
assert_conversion(mongoengine.LongField, graphene.Int)


def test_should_object_id_convert_id():
assert_conversion(mongoengine.ObjectIdField, graphene.ID)
Expand Down

0 comments on commit da390d0

Please sign in to comment.