Skip to content

Commit 2c50c51

Browse files
committed
Fixed issue in lazy interface test where query type definition incorrectly initialized type that was supposed to be tested for laziness
1 parent 473bdb6 commit 2c50c51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Executor/LazyInterfaceTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ protected function setUp()
4444
'resolve' => function() {
4545
return [];
4646
}
47-
],
48-
'testObject' => [
49-
'type' => $this->getTestObjectType()
5047
]
5148
];
5249
}

0 commit comments

Comments
 (0)