Skip to content

Commit 78c87a1

Browse files
committed
fix for e2e_test
1 parent d31ccd2 commit 78c87a1

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
@@ -164,7 +164,7 @@ void main() {
164164
];
165165

166166
final process = await testRunner.runWebDev(args,
167-
workingDirectory: soundExampleDirectory);
167+
workingDirectory: exampleDirectory);
168168

169169
final expectedItems = <Object>['Built with build_runner'];
170170

0 commit comments

Comments
 (0)