Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Jan 7, 2023
1 parent 9f97bf6 commit da4bcd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/GraphQLQueryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function testConfigKeyIsDifferentFromTypeClassNameNotSupportedInLazyLoadi
$expected = "Type Example2 not found.
Check that the config array key for the type matches the name attribute in the type's class.
It is required when 'lazyload_types' is enabled";
dump($result);
self::assertSame($expected, $result->errors[0]->getMessage());
}

Expand Down

0 comments on commit da4bcd1

Please sign in to comment.