mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
Fixed issue in lazy interface test where query type definition incorrectly initialized type that was supposed to be tested for laziness
This commit is contained in:
parent
473bdb62a1
commit
2c50c51432
@ -44,9 +44,6 @@ class LazyInterfaceTest extends \PHPUnit_Framework_TestCase
|
||||
'resolve' => function() {
|
||||
return [];
|
||||
}
|
||||
],
|
||||
'testObject' => [
|
||||
'type' => $this->getTestObjectType()
|
||||
]
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user