Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothkumarr227 committed Dec 11, 2024
1 parent 66dbe17 commit c035826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ func TestDecompress(t *testing.T) {
t.Run(tt.name, func(t *testing.T) {
compressedMsg := compressInput(tt.input)
output, numSliceInBuf, err := decompress(tt.compressor, compressedMsg, tt.maxReceiveMessageSize, mem.DefaultBufferPool())

var wantMsg mem.BufferSlice
if tt.want != nil {
wantMsg = mem.BufferSlice{mem.NewBuffer(&tt.want, nil)}
Expand Down

0 comments on commit c035826

Please sign in to comment.