mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fixed currency tests.
This commit is contained in:
@@ -76,7 +76,7 @@ class CurrencyRepositoryTest extends TestCase
|
||||
$preference->data = 'ABC';
|
||||
$preference->save();
|
||||
$found = $this->object->getCurrencyByPreference($preference);
|
||||
$this->assertEquals($first->id, $found->id);
|
||||
$this->assertEquals(1, $found->id); // EUR is first and will be set.
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user