mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
FIX: Currency integration test
This commit is contained in:
parent
670f9e7182
commit
594b5bbf92
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ describe('currency', () => {
|
|||
assert.ok(cur.BTC_USD > 0);
|
||||
|
||||
// now, setting other currency as default
|
||||
await DefaultPreference.set(PREFERRED_CURRENCY_STORAGE_KEY, JSON.stringify(FiatUnit.JPY));
|
||||
await DefaultPreference.set(PREFERRED_CURRENCY_STORAGE_KEY, FiatUnit.JPY.endPointKey);
|
||||
await initCurrencyDaemon(true);
|
||||
curString = await DefaultPreference.get(EXCHANGE_RATES_STORAGE_KEY);
|
||||
cur = JSON.parse(curString || '{}');
|
||||
|
|
Loading…
Add table
Reference in a new issue