[ CLI ] Fix broken test

Change-Id: I3292d8b90c4f2ea147243cadfb6776aca5a47d31
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244480
Reviewed-by: Danny Tuppeny <danny@tuppeny.com>
This commit is contained in:
Ben Konyi 2022-05-11 16:33:30 +00:00
parent f3ac80c753
commit 95e7890d02

View file

@ -82,7 +82,7 @@ void defineCreateTests() {
print('$templateId: running the following commands:');
for (final command in runCommands) {
print(' $e');
print(' $command');
}
final isServerTemplate = templateGenerator.categories.contains('server');