Skip to content

Commit 8648e91

Browse files
committed
Fix test
1 parent 3c224dd commit 8648e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/test/hot_reload_breakpoints_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ void main() {
421421
libFileName: libFile,
422422
contents:
423423
'''String get libraryValue$i {
424-
return 'lib gen$i'; // Breakpoint: libValue$i
424+
return 'library$i gen1'; // Breakpoint: libValue$i
425425
}''',
426426
);
427427
final oldImports = "import 'dart:js_interop';";

0 commit comments

Comments
 (0)