mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +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:flutter_test/flutter_test.dart';
|
||||||
import 'package:hive_test/hive_test.dart';
|
// import 'package:hive_test/hive_test.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
setUp(() async {
|
// setUp(() async {
|
||||||
await setUpTestHive();
|
// await setUpTestHive();
|
||||||
});
|
// });
|
||||||
|
//
|
||||||
// no migration to test yet
|
// // no migration to test yet
|
||||||
|
//
|
||||||
tearDown(() async {
|
// tearDown(() async {
|
||||||
await tearDownTestHive();
|
// await tearDownTestHive();
|
||||||
});
|
// });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue