Skip to content

Commit a3bd4cc

Browse files
authored
up
1 parent 9144e2c commit a3bd4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Config/Parser/MetadataParserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,16 +451,16 @@ public function testArgsAndReturnGuessing(): void
451451
'casualties' => [
452452
'type' => 'Int',
453453
'args' => [
454-
'raceId' => ['type' => 'String!', 'description' => 'A race ID'],
455454
'areaId' => ['type' => 'Int!'],
455+
'raceId' => ['type' => 'String!', 'description' => 'A race ID'],
456456
'dayStart' => ['type' => 'Int', 'defaultValue' => null],
457457
'dayEnd' => ['type' => 'Int', 'defaultValue' => null],
458458
'nameStartingWith' => ['type' => 'String', 'defaultValue' => ''],
459459
'planet' => ['type' => 'PlanetInput', 'defaultValue' => null],
460460
'away' => ['type' => 'Boolean', 'defaultValue' => false],
461461
'maxDistance' => ['type' => 'Float', 'defaultValue' => null],
462462
],
463-
'resolve' => '@=call(value.getCasualties, arguments({areaId: "Int!", raceId: "String!", dayStart: "Int", dayEnd: "Int", nameStartingWith: "String", planet: "PlanetInput", away: "Boolean", maxDistance: "Float"}, args))',
463+
'resolve' => '@=call(value.getCasualties, arguments({raceId: "String!", areaId: "Int!", dayStart: "Int", dayEnd: "Int", nameStartingWith: "String", planet: "PlanetInput", away: "Boolean", maxDistance: "Float"}, args))',
464464
'complexity' => '@=childrenComplexity * 5',
465465
],
466466
],

0 commit comments

Comments
 (0)