mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New unit tests to cover missed methods.
This commit is contained in:
@@ -168,7 +168,6 @@ class CurrencyControllerCest
|
||||
$I->see('Edit currency "US Dollar"');
|
||||
$I->submitForm('#update', ['name' => 'Successful update', 'symbol' => '$', 'code' => 'USD', 'post_submit_action' => 'update']);
|
||||
$I->seeRecord('transaction_currencies', ['name' => 'Successful update']);
|
||||
resetToClean::clean();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user