Skip to content

Commit

Permalink
Fix OPML unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
amugofjava committed Jun 11, 2023
1 parent ae9d0b9 commit 44870a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/opml/opml_service_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ void main() {
Repository repository;

setUp(() async {
TestWidgetsFlutterBinding.ensureInitialized();
PathProviderPlatform.instance = mockPath;
repository = SembastRepository(databaseName: dbName);

Expand Down

0 comments on commit 44870a4

Please sign in to comment.