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 7650249 commit 01690a3Copy full SHA for 01690a3
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