Skip to content

Commit

Permalink
Re-enable events_test with fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette committed Aug 9, 2023
1 parent f8f752c commit ecdb520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions dwds/lib/src/handlers/dev_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ class DevHandler {
scheme: 'http',
host: devTools.hostname,
port: devTools.port,
path: 'debugger',
queryParameters: {
'uri': debugServiceUri,
if (ideQueryParam.isNotEmpty) 'ide': ideQueryParam,
Expand Down
1 change: 0 additions & 1 deletion dwds/test/events_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ void main() {
() => keyboard.sendChord([Keyboard.alt, 'd']),
);
},
skip: 'https://github.com/dart-lang/webdev/issues/2181',
);

test('emits DEVTOOLS_LAUNCH event', () async {
Expand Down

0 comments on commit ecdb520

Please sign in to comment.