mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 13:14:32 +00:00
commit
ffc8b26c14
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ void main() {
|
||||||
setUp(() async {
|
setUp(() async {
|
||||||
await setUpTestHive();
|
await setUpTestHive();
|
||||||
await Hive.openBox<dynamic>(DB.boxNamePriceCache);
|
await Hive.openBox<dynamic>(DB.boxNamePriceCache);
|
||||||
|
await Hive.openBox<dynamic>(DB.boxNamePrefs);
|
||||||
|
await DB.instance.put<dynamic>(
|
||||||
|
boxName: DB.boxNamePrefs, key: "externalCalls", value: true);
|
||||||
});
|
});
|
||||||
|
|
||||||
test("getPricesAnd24hChange fetch", () async {
|
test("getPricesAnd24hChange fetch", () async {
|
||||||
|
|
Loading…
Reference in a new issue