aboutsummaryrefslogtreecommitdiff
path: root/internal/compress/zlib/reader_test.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-05 21:25:39 +0800
committerGravatar Runxi Yu2026-03-05 21:25:39 +0800
commit9ba4a988bcc7879b62e0c0fff910113df481c599 (patch)
tree0b5d4318af242b96102a857a8593e59b1b9f2c3a /internal/compress/zlib/reader_test.go
parent*: Fix wsl_v5 again (diff)
signatureNo signature
*: Fix various lints
Diffstat (limited to 'internal/compress/zlib/reader_test.go')
-rw-r--r--internal/compress/zlib/reader_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/compress/zlib/reader_test.go b/internal/compress/zlib/reader_test.go
index 6fda1f27..13f32dbc 100644
--- a/internal/compress/zlib/reader_test.go
+++ b/internal/compress/zlib/reader_test.go
@@ -151,6 +151,8 @@ var zlibTests = []zlibTest{
}
func TestDecompressor(t *testing.T) {
+ t.Parallel()
+
b := new(bytes.Buffer)
for _, tt := range zlibTests {
in := bytes.NewReader(tt.compressed)