Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Add const
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jun 13, 2024
1 parent 4916814 commit 6c4c659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transport_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ void main() {
ServerTransportConnection server) async {
await testWindowSize(client, server, 8096);
},
clientSettings: ClientSettings(streamWindowSize: 8096),
clientSettings: const ClientSettings(streamWindowSize: 8096),
);
transportTest('fast-sender-receiver-paused--10kb-window-size',
(ClientTransportConnection client,
Expand Down

0 comments on commit 6c4c659

Please sign in to comment.