Skip to content

Commit 7324f1b

Browse files
committed
Set destination back to phone screenshots
1 parent 7f2b9c7 commit 7324f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/make_screenshots_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enum DeviceType {
2020
wearScreenshots
2121
}
2222

23-
final destination = DeviceType.tenInchScreenshots.name;
23+
final destination = DeviceType.phoneScreenshots.name;
2424

2525
Future<void> takeScreenshot(tester, binding, String language, String name) async {
2626
if (Platform.isAndroid) {

0 commit comments

Comments
 (0)