Skip to content

Commit

Permalink
Add description to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Aug 23, 2023
1 parent 46f83ac commit 04f974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server_cancellation_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void main() {
await server.shutdown();
});

test('Test', () async {
test('Handlers get removed from map after stream is done.', () async {
final request = ServerStreamingEchoRequest(
messageCount: 2,
messageInterval: 5,
Expand Down

0 comments on commit 04f974b

Please sign in to comment.