fixed tests

This commit is contained in:
Vadim 2024-02-13 19:20:53 +01:00
parent fb05fb101c
commit 6f3612cd55

View file

@ -17,7 +17,7 @@ void main() {
'no EXIF', 'no EXIF',
() { () {
final bytes = File('assets/launcher_icon_dev_512.png').readAsBytesSync(); final bytes = File('assets/launcher_icon_dev_512.png').readAsBytesSync();
expectLater(evFromImage(bytes), throwsFlutterError); expectLater(evFromImage(bytes), throwsArgumentError);
}, },
); );
}); });