mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 11:29:23 +00:00
comment out currently unneeded hive test init
This commit is contained in:
parent
7fa827cbc6
commit
647f1c69bc
1 changed files with 11 additions and 11 deletions
|
@ -1,14 +1,14 @@
|
|||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:hive_test/hive_test.dart';
|
||||
// import 'package:flutter_test/flutter_test.dart';
|
||||
// import 'package:hive_test/hive_test.dart';
|
||||
|
||||
void main() {
|
||||
setUp(() async {
|
||||
await setUpTestHive();
|
||||
});
|
||||
|
||||
// no migration to test yet
|
||||
|
||||
tearDown(() async {
|
||||
await tearDownTestHive();
|
||||
});
|
||||
// setUp(() async {
|
||||
// await setUpTestHive();
|
||||
// });
|
||||
//
|
||||
// // no migration to test yet
|
||||
//
|
||||
// tearDown(() async {
|
||||
// await tearDownTestHive();
|
||||
// });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue