We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d3cc8 commit 457b9d2Copy full SHA for 457b9d2
pkg/cortexpb/timeseriesv2_test.go
@@ -15,7 +15,7 @@ func TestPreallocTimeseriesV2SliceFromPool(t *testing.T) {
15
first := PreallocTimeseriesV2SliceFromPool()
16
second := PreallocTimeseriesV2SliceFromPool()
17
18
- assert.NotSame(t, first, second)
+ assert.NotSame(t, &first, &second)
19
})
20
21
t.Run("instance is cleaned before reusing", func(t *testing.T) {
0 commit comments