Skip to content

Commit

Permalink
fix: fix keepalive_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lucera-pvotal committed Aug 22, 2024
1 parent f954ba0 commit d47e246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/keepalive_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void main() {
services: [FakeEchoService()],
keepAliveOptions: serverOptions,
);
await server.serve(address: 'localhost', port: 8081);
await server.serve(address: 'localhost', port: 8082);
fakeChannel = FakeClientChannel(
'localhost',
port: server.port!,
Expand Down

0 comments on commit d47e246

Please sign in to comment.