Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 7c433bf

Browse files
committed
update with one more test
1 parent 90cf132 commit 7c433bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graphql_api/helpers/tests/test_connection.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,6 @@ def test_invalid_cursors(self):
152152

153153
with self.assertRaises(ValidationError):
154154
queryset_to_connection_sync(data, last=3, before="invalid")
155+
156+
with self.assertRaises(ValidationError):
157+
queryset_to_connection_sync(data, first=3, after="invalid")

0 commit comments

Comments
 (0)