Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
subiabre committed Jul 3, 2024
1 parent 83529da commit 32ca837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Entity/AccountingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function testAccountingGetsUpdatedByPersistingTransactions()

$this->assertCount(1, $accA->getTransactionsIssued());
$this->assertCount(0, $accA->getTransactionsReceived());

$this->assertCount(0, $accB->getTransactionsIssued());
$this->assertCount(1, $accB->getTransactionsReceived());

Expand Down

0 comments on commit 32ca837

Please sign in to comment.