Skip to content

Commit

Permalink
Dont depend on random sync.pool behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed Oct 15, 2024
1 parent 79f3922 commit 471ce29
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ func TestStorage(t *testing.T) {
ts = GetTimeSeriesFromPool()
defer PutTimeSeriesIntoPool(ts)
require.Len(t, ts.Labels, 0)
require.True(t, cap(ts.LabelsValues) == 1)
require.True(t, cap(ts.LabelsNames) == 1)
require.Len(t, ts.LabelsValues, 0)
require.Len(t, ts.LabelsNames, 0)
}

0 comments on commit 471ce29

Please sign in to comment.