diff --git a/internal/storage/options_test.go b/internal/storage/options_test.go index a2f8dad414..675bb6a799 100644 --- a/internal/storage/options_test.go +++ b/internal/storage/options_test.go @@ -60,6 +60,8 @@ func Test_getOpts(t *testing.T) { assert.Equal(opts, testOpts) }) t.Run("WithBuffer", func(t *testing.T) { + t.Parallel() + assert := assert.New(t) testOpts := getDefaultOptions() opts := GetOpts(WithBuffer(0)) assert.Equal(testOpts, opts)