Skip to content

Commit 6820239

Browse files
committed
Fix unit test
1 parent 3acedd1 commit 6820239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GraphQl/Type/FieldsBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public function collectionQueryFieldsProvider(): array
334334
'args' => [
335335
'page' => [
336336
'type' => GraphQLType::int(),
337-
'description' => 'The current page.',
337+
'description' => 'Returns the current page.',
338338
],
339339
'boolField' => $graphqlType,
340340
'boolField_list' => GraphQLType::listOf($graphqlType),

0 commit comments

Comments
 (0)