Update helpers.dart

This commit is contained in:
Ashita Prasad
2024-09-16 00:18:31 +05:30
parent f9801c8dc4
commit cba19ae6b1

View File

@ -32,8 +32,10 @@ Future<void> testSetUp() async {
TestDefaultBinaryMessengerBinding.instance.defaultBinaryMessenger TestDefaultBinaryMessengerBinding.instance.defaultBinaryMessenger
.setMockMethodCallHandler(channel, (MethodCall methodCall) async { .setMockMethodCallHandler(channel, (MethodCall methodCall) async {
return './test/unit-test-hive-storage/'; return './test-hive-storage/';
}); });
await openBoxes(false, null); await openBoxes(false, null);
await deleteHiveBoxes();
await openBoxes(false, null);
} }