mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-25 08:50:40 +00:00
typo
This commit is contained in:
parent
9dbe46a64c
commit
a19d08dcec
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Future<void> main() async {
|
|||
await grantCameraPermission();
|
||||
await integrationDriver(
|
||||
onScreenshot: (name, bytes, [args]) async {
|
||||
final File image = await File('screenshots/TEST_$name.png').create(recursive: true);
|
||||
final File image = await File('screenshots/$name.png').create(recursive: true);
|
||||
image.writeAsBytesSync(bytes);
|
||||
return true;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue