Skip to content

Commit 8d60c1e

Browse files
committed
fix: tests
1 parent 489b481 commit 8d60c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/Command/CommandMockTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function mockGettingModelInstance(): void
8585
->with('pgsql')
8686
->andReturn($laravelConnectionMock);
8787

88-
$this->mockDBTransactionStartRollback();
88+
$this->mockDBTransactionStartRollback(2);
8989

9090
$schemaManagerMock = Mockery::mock(AbstractSchemaManager::class);
9191
$schemaManagerMock

0 commit comments

Comments
 (0)