Skip to content

Commit

Permalink
Tests fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Oct 31, 2021
1 parent 175423b commit 209305e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/Utils/BuildSchemaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ enum Color {
"""Not a creative color"""
GREEN
BLUE
}
Expand Down Expand Up @@ -187,6 +188,7 @@ enum Color {
# Not a creative color
GREEN
BLUE
}
Expand Down Expand Up @@ -492,7 +494,7 @@ public function testCanBuildRecursiveUnion(): void
{
$schema = BuildSchema::build('
union Hello = Hello
type Query {
hello: Hello
}
Expand Down Expand Up @@ -758,7 +760,7 @@ interfaceField: String
type TestType implements TestInterface {
interfaceField: String
}
scalar TestScalar
directive @test(arg: TestScalar) on FIELD
Expand Down

0 comments on commit 209305e

Please sign in to comment.