Skip to content

Commit dcf4736

Browse files
committed
Simplify gRPC client instantiation in test
1 parent bc8c234 commit dcf4736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-grpc-it/src/test/java/io/vertx/grpc/it/ProtocPluginTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected GrpcServer grpcServer() {
2727

2828
@Override
2929
protected GrpcClient grpcClient() {
30-
return GrpcClient.client(vertx, new GrpcClientOptions());
30+
return GrpcClient.client(vertx);
3131
}
3232

3333
@Override

0 commit comments

Comments
 (0)