We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e99dd1 commit 727b326Copy full SHA for 727b326
dwds/test/evaluate_parts_common.dart
@@ -89,8 +89,8 @@ void testAll({
89
return scripts.scripts!.firstWhere((e) => e.uri!.contains(path));
90
}
91
92
- await service.streamListen('Debug');
93
- stream = service.onEvent('Debug');
+ await service.streamListen(EventStreams.kDebug);
+ stream = service.onEvent(EventStreams.kDebug);
94
95
final packageName = testParts.packageName;
96
0 commit comments