Unverified Commit 1850079a authored by Aneesh Rao's avatar Aneesh Rao Committed by GitHub

Fix typo in test description (#84189)

parent 23a38e6b
...@@ -1923,7 +1923,7 @@ void main() { ...@@ -1923,7 +1923,7 @@ void main() {
Logger: () => logger, Logger: () => logger,
}); });
testUsingContext('plugin doe not support web if feature is not enabled', () async { testUsingContext('plugin does not support web if feature is not enabled', () async {
Cache.flutterRoot = '../..'; Cache.flutterRoot = '../..';
final CreateCommand command = CreateCommand(); final CreateCommand command = CreateCommand();
......
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