Unverified Commit 4108240a authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Update devicelab test for rename of materialize -> make-host-app-editable (#22034)

This fixes the devicelab failure after #22006 renamed this command.
parent 18d5b9dc
......@@ -103,11 +103,11 @@ Future<Null> main() async {
await flutter('clean');
});
section('Materialize host app');
section('Running `flutter make-host-app-editable` to Materialize host app');
await inDirectory(Directory(path.join(tempDir.path, 'hello')), () async {
await flutter(
'materialize',
'make-host-app-editable',
options: <String>['android'],
);
});
......
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