mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fixed transaction journal test.
This commit is contained in:
@@ -26,7 +26,7 @@ class TransactionJournalTest extends TestCase
|
||||
$journal->transactions()->save($other);
|
||||
|
||||
$amount = floatval($transaction->amount);
|
||||
$amount++;
|
||||
$amount--;
|
||||
|
||||
$this->assertCount(1, TransactionJournal::moreThan($amount)->get());
|
||||
}
|
||||
|
Reference in New Issue
Block a user