Skip to content

Commit 2a359c0

Browse files
committed
Tests fixes.
1 parent 3d4ceaa commit 2a359c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/Utils/BuildSchemaTest.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ enum Color {
155155
156156
"""Not a creative color"""
157157
GREEN
158+
158159
BLUE
159160
}
160161
@@ -187,6 +188,7 @@ enum Color {
187188
188189
# Not a creative color
189190
GREEN
191+
190192
BLUE
191193
}
192194
@@ -492,7 +494,7 @@ public function testCanBuildRecursiveUnion(): void
492494
{
493495
$schema = BuildSchema::build('
494496
union Hello = Hello
495-
497+
496498
type Query {
497499
hello: Hello
498500
}
@@ -758,7 +760,7 @@ interfaceField: String
758760
type TestType implements TestInterface {
759761
interfaceField: String
760762
}
761-
763+
762764
scalar TestScalar
763765
764766
directive @test(arg: TestScalar) on FIELD

0 commit comments

Comments
 (0)