Skip to content

Commit 854aa4a

Browse files
committed
Fixed tests
1 parent 31fdb5a commit 854aa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/tests/test_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_schema_representation():
7373
7474
type ArticleConnection {
7575
pageInfo: PageInfo!
76-
edges: [ArticleEdge]
76+
edges: [ArticleEdge]!
7777
}
7878
7979
type ArticleEdge {

0 commit comments

Comments
 (0)