Skip to content

Commit a9b8887

Browse files
authored
Update tests that are incompatible with 3.0.0 (#1817)
1 parent 3e2364e commit a9b8887

22 files changed

+978
-865
lines changed

dwds/test/build_daemon_breakpoint_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import 'package:webkit_inspection_protocol/webkit_inspection_protocol.dart';
1515
import 'fixtures/context.dart';
1616

1717
final context = TestContext(
18-
directory: p.join('..', 'fixtures', '_testPackage'),
19-
entry: p.join('..', 'fixtures', '_testPackage', 'web', 'main.dart'),
18+
directory: p.join('..', 'fixtures', '_testPackageSound'),
19+
entry: p.join('..', 'fixtures', '_testPackageSound', 'web', 'main.dart'),
2020
path: 'index.html',
2121
pathToServe: 'web');
2222

0 commit comments

Comments
 (0)