Skip to content

Commit

Permalink
Fixed assertion uncommited
Browse files Browse the repository at this point in the history
  • Loading branch information
Chechu committed Mar 18, 2022
1 parent 7d46a94 commit cc743b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Driver/DBAL/DBALTransactionalConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ public function given_dbal_connection_when_is_not_in_transaction_active_then_ret
;

$transactionalConnection = new DBALTransactionalConnection($DBALConnection);
$this->assertTrue($transactionalConnection->isTransactionActive());
$this->assertFalse($transactionalConnection->isTransactionActive());
}
}

0 comments on commit cc743b3

Please sign in to comment.