Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Aug 14, 2023
1 parent cc96ad6 commit d746a7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/MultipleSchemaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace GraphQL\Tests;

use GraphQL\Error\InvariantViolation;
use GraphQL\GraphQL;
use GraphQL\Type\Definition\ObjectType;
use GraphQL\Type\Definition\Type;
Expand All @@ -25,6 +26,7 @@ public function testMultipleSchemasWithCustomIntType(): void
self::assertNotSame($schema1->getType('Int'), $schema2->getType('Int'));
}

/** @throws InvariantViolation */
private function createSchema(): Schema
{
$typeRegistry = new DefaultStandardTypeRegistry(
Expand Down

0 comments on commit d746a7f

Please sign in to comment.