Skip to content

Commit

Permalink
Update internal/config/grpc_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kosuke Morimoto <[email protected]>
Signed-off-by: Yusuke Kato <[email protected]>
  • Loading branch information
kpango and kmrmt authored Oct 9, 2024
1 parent 3fbe43f commit 45c64e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ func TestGRPCClient_Opts(t *testing.T) {
},
},
want: want{
want: make([]grpc.Option, 33),
want: make([]grpc.Option, 32),
},
},
{
Expand Down

0 comments on commit 45c64e8

Please sign in to comment.