Skip to content

Commit

Permalink
Un-skip a test (#2028)
Browse files Browse the repository at this point in the history
This should pass now that dart-lang/stream_channel#92 has landed and been released.
  • Loading branch information
nex3 committed Jun 23, 2023
1 parent 61af9ee commit 2bece76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/embedded/protocol_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ void main() {
}

await process.close();
}, skip: "Enable once dart-lang/stream_channel#92 is released");
});

test("doesn't include a source map by default", () async {
process.send(compileString("a {b: 1px + 2px}"));
Expand Down

0 comments on commit 2bece76

Please sign in to comment.