From fa865b42b71a5f87d29bd2a4594ea121d5979cd5 Mon Sep 17 00:00:00 2001 From: "mr.mojtaba" Date: Sat, 28 Jun 2025 16:45:55 +0330 Subject: [PATCH] test : hive_local_storage.dart --- .../core/test/infrastructure/local/hive_local_storage.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/core/test/infrastructure/local/hive_local_storage.dart b/packages/core/test/infrastructure/local/hive_local_storage.dart index 53b7b55..52f98da 100644 --- a/packages/core/test/infrastructure/local/hive_local_storage.dart +++ b/packages/core/test/infrastructure/local/hive_local_storage.dart @@ -1,9 +1,7 @@ import 'package:flutter/foundation.dart'; import 'package:rasadyar_core/core.dart'; -import 'i_local_storage.dart'; - -class HiveLocalStorage implements ILocalStorage { + class HiveLocalStorage implements ILocalStorage { HiveLocalStorage() { Hive.initFlutter(); }