Skip to content
Prev Previous commit
Next Next commit
Set the file path to nosuchfile in the widget test
  • Loading branch information
memishood committed Jan 8, 2025
commit 8afb9b40883b7c3d415ea698acf6beebeb165eda
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ void main() {
MediaQuery(
data: mediaQueryData,
child: SvgPicture.file(
File(''),
File('nosuchfile'),
errorBuilder: (
BuildContext context,
Object error,
Expand Down
Loading