Skip to content

Commit

Permalink
fix ? (#2373)
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Dec 14, 2024
1 parent 39c7879 commit 01b3a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/launch_app_with_empty_file_path_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Future<void> main() async {
size: const Size(2048, 1024),
); // https://github.com/flutter/flutter/issues/12994#issuecomment-880199478
await prepareLibedaxAssets();
await fakeSharedPreferences(evalFilePath: '', bookFilePath: '');
await fakeSharedPreferences(evalFilePath: null, bookFilePath: null);
mockSecureBookmark();
mockPackageInfo();
fakeFileSelector();
Expand Down

0 comments on commit 01b3a8d

Please sign in to comment.