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