Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vinothkumarr227 committed Dec 10, 2024
1 parent a3b77c9 commit 6b82d97
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 @@ -358,6 +358,7 @@ func TestDecompress(t *testing.T) {
for _, tt := range tests {
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 {
Expand Down

0 comments on commit 6b82d97

Please sign in to comment.