Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c420562

Browse files
authored
Fix output match (#116912)
1 parent 558b7e0 commit c420562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/test/commands.shard/permeable/packages_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ void main() {
211211
expect(mockStdio.stdout.writes.map(utf8.decode),
212212
allOf(
213213
contains(matches(RegExp(r'Resolving dependencies in .+flutter_project\.\.\.'))),
214-
contains(matches(RegExp(r'\+ flutter 0.0.0 from sdk flutter\n'))),
214+
contains(matches(RegExp(r'\+ flutter 0\.0\.0 from sdk flutter'))),
215215
contains(matches(RegExp(r'Changed \d+ dependencies in .+flutter_project!'))),
216216
),
217217
);

0 commit comments

Comments
 (0)