Skip to content

Commit 0239b40

Browse files
committed
wip
1 parent d579569 commit 0239b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Database/Explorer/Explorer.cache.observer.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ foreach ($stack as $selection) {
4747

4848
$authors->__destruct();
4949

50-
Assert::same(3, $queries);
50+
Assert::same($driverName === 'mysql' ? 4 : 3, $queries);
5151
Mockery::close();

0 commit comments

Comments
 (0)