mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
fix price test tests
This commit is contained in:
parent
b8836397a9
commit
c55a7fb73d
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ void main() {
|
|||
setUp(() async {
|
||||
await setUpTestHive();
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue