Unverified Commit 3246a663 authored by Greg Spencer's avatar Greg Spencer Committed by GitHub

Make devicelab tests use 'app' template (#22694)

Fixes the build after my module rename broke the Windows tests.
parent 9f23866a
......@@ -65,7 +65,7 @@ class FlutterProject {
await inDirectory(directory, () async {
await flutter(
'create',
options: <String>['--org', 'io.flutter.devicelab']..addAll(options)..add('plugintest')
options: <String>['--template=app', '--org', 'io.flutter.devicelab']..addAll(options)..add('plugintest')
);
});
return FlutterProject(directory, 'plugintest');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment