From c55a7fb73d78dbe8cdd827f7a19266a7bcb5243e Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 19 Oct 2022 17:49:19 -0600 Subject: [PATCH] fix price test tests --- test/price_test.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/price_test.dart b/test/price_test.dart index b806bfd61..6abbb6741 100644 --- a/test/price_test.dart +++ b/test/price_test.dart @@ -16,6 +16,9 @@ void main() { setUp(() async { await setUpTestHive(); await Hive.openBox(DB.boxNamePriceCache); + await Hive.openBox(DB.boxNamePrefs); + await DB.instance.put( + boxName: DB.boxNamePrefs, key: "externalCalls", value: true); }); test("getPricesAnd24hChange fetch", () async {