mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
Fixing test for possessive/contraction "its" change
This commit is contained in:
parent
7249e2611a
commit
4811cd198f
@ -154,7 +154,7 @@ class ExecutorLazySchemaTest extends TestCase
|
||||
self::assertInstanceOf(Error::class, $result->errors[0]->getPrevious());
|
||||
|
||||
self::assertEquals(
|
||||
'GraphQL Interface Type `Pet` returned `null` from it`s `resolveType` function for value: instance of ' .
|
||||
'GraphQL Interface Type `Pet` returned `null` from its `resolveType` function for value: instance of ' .
|
||||
'GraphQL\Tests\Executor\TestClasses\Dog. Switching to slow resolution method using `isTypeOf` of all possible ' .
|
||||
'implementations. It requires full schema scan and degrades query performance significantly. ' .
|
||||
'Make sure your `resolveType` always returns valid implementation or throws.',
|
||||
|
Loading…
Reference in New Issue
Block a user