Fixing test for possessive/contraction "its" change

This commit is contained in:
Mark Huot 2018-11-19 09:13:57 -05:00 committed by GitHub
parent 7249e2611a
commit 4811cd198f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.',