mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Update helpers.dart
This commit is contained in:
@ -32,8 +32,10 @@ Future<void> testSetUp() async {
|
||||
|
||||
TestDefaultBinaryMessengerBinding.instance.defaultBinaryMessenger
|
||||
.setMockMethodCallHandler(channel, (MethodCall methodCall) async {
|
||||
return './test/unit-test-hive-storage/';
|
||||
return './test-hive-storage/';
|
||||
});
|
||||
|
||||
await openBoxes(false, null);
|
||||
await deleteHiveBoxes();
|
||||
await openBoxes(false, null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user