mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Fixed one test.
This commit is contained in:
@@ -50,7 +50,7 @@ class CurrencyRepositoryTest extends TestCase
|
||||
FactoryMuffin::create('FireflyIII\Models\TransactionCurrency');
|
||||
|
||||
$set = $this->object->get();
|
||||
$this->assertCount(2, $set);
|
||||
$this->assertCount(3, $set); // EUR is already present.
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user