Skip to content

Commit dd9a930

Browse files
jasonbahlspawnia
andauthored
Update tests/Utils/SchemaPrinterTest.php
Co-authored-by: Benedikt Franke <benedikt@franke.tech>
1 parent 84272b8 commit dd9a930

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/Utils/SchemaPrinterTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,9 @@ public function testInputTypeWithOneOfDirective(): void
758758
$inputType = new InputObjectType([
759759
'name' => 'InputType',
760760
'isOneOf' => true,
761-
'fields' => ['int' => ['type' => Type::int()]],
761+
'fields' => [
762+
'int' => Type::int(),
763+
],
762764
]);
763765

764766
$schema = new Schema(['types' => [$inputType]]);

0 commit comments

Comments
 (0)