Skip to content

Commit 70f866b

Browse files
committed
fix pytest due to master merge
1 parent e343131 commit 70f866b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_sqlalchemy/tests/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ class Meta:
466466

467467
assert issubclass(CustomReporterType, ObjectType)
468468
assert CustomReporterType._meta.model == Reporter
469-
assert len(CustomReporterType._meta.fields) == 17
469+
assert len(CustomReporterType._meta.fields) == 18
470470

471471

472472
# Test Custom SQLAlchemyObjectType with Custom Options

0 commit comments

Comments
 (0)