Skip to content

Commit

Permalink
test: Fix flake8 checking
Browse files Browse the repository at this point in the history
  • Loading branch information
abawchen committed Jun 22, 2018
1 parent 3ddec27 commit b45c559
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 b45c559

Please sign in to comment.