Skip to content

Commit dc9a6bf

Browse files
committed
Fix test.
1 parent 193f031 commit dc9a6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdev/test/e2e_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void main() {
8989
await expectLater(
9090
process.stdout,
9191
emitsThrough(contains(
92-
'Unable to create merged directory at ${d.sandbox}. '
92+
'Unable to create merged directory ${d.sandbox}. '
9393
'Choose a different directory or delete the contents of that '
9494
'directory.',
9595
)));

0 commit comments

Comments
 (0)