Skip to content

Commit 9144e2c

Browse files
authored
fix expected order of argument in tests
1 parent 3a50fa8 commit 9144e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Config/Parser/MetadataParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ public function testArgsAndReturnGuessing(): void
451451
'casualties' => [
452452
'type' => 'Int',
453453
'args' => [
454-
'areaId' => ['type' => 'Int!'],
455454
'raceId' => ['type' => 'String!', 'description' => 'A race ID'],
455+
'areaId' => ['type' => 'Int!'],
456456
'dayStart' => ['type' => 'Int', 'defaultValue' => null],
457457
'dayEnd' => ['type' => 'Int', 'defaultValue' => null],
458458
'nameStartingWith' => ['type' => 'String', 'defaultValue' => ''],

0 commit comments

Comments
 (0)