mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-29 02:11:12 -06:00
Fixed transaction journal test.
This commit is contained in:
parent
ba9968bde0
commit
f27919f91b
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user