From daca6d0eb76a7fc8134de35ddb7a4a1d0e184e0c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 29 Jan 2026 20:33:59 +0100 Subject: zlibx: Make DecompressSized return the number of bytes consumed --- internal/zlibx/decompress_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/zlibx/decompress_test.go') diff --git a/internal/zlibx/decompress_test.go b/internal/zlibx/decompress_test.go index 2b9f0672..bea348d2 100644 --- a/internal/zlibx/decompress_test.go +++ b/internal/zlibx/decompress_test.go @@ -155,7 +155,7 @@ func TestDecompressSizedUsesHint(t *testing.T) { compressed := compressZlib(t, payload) const hint = 1 << 20 - out, err := DecompressSized(compressed, hint) + out, _, err := DecompressSized(compressed, hint) if err != nil { t.Fatalf("DecompressSized: %v", err) } -- cgit v1.3.1-10-gc9f91