From 01b3a8d9ab31b868f399e44075294c6d3661ba7e Mon Sep 17 00:00:00 2001 From: sensuikan1973 <23427957+sensuikan1973@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:08:49 +0900 Subject: [PATCH] fix ? (#2373) --- test/launch_app_with_empty_file_path_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/launch_app_with_empty_file_path_test.dart b/test/launch_app_with_empty_file_path_test.dart index 09b5185bc..573e12729 100644 --- a/test/launch_app_with_empty_file_path_test.dart +++ b/test/launch_app_with_empty_file_path_test.dart @@ -24,7 +24,7 @@ Future 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();