Skip to content

Commit 904b03c

Browse files
committed
Changed a test question to make tests work
1 parent 3d16ae0 commit 904b03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_graphql_request_problemset_question_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_request(self) -> None:
8989
variables=GraphqlQueryProblemsetQuestionListVariables(
9090
category_slug="algorithms",
9191
limit=1,
92-
skip=2,
92+
skip=3,
9393
filters=GraphqlQueryProblemsetQuestionListVariablesFilterInput(
9494
tags=["array"],
9595
difficulty="MEDIUM",

0 commit comments

Comments
 (0)