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(); }