Skip to content

Commit

Permalink
Update tsdb/compact_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Ganesh Vernekar <[email protected]>
  • Loading branch information
codesome authored Jun 12, 2024
1 parent c7f7021 commit dbc5509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsdb/compact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1863,4 +1863,5 @@ func TestCompactEmptyResultBlockWithTombstone(t *testing.T) {
ulids, err := c.Compact(tmpdir, []string{blockDir}, []*Block{block})
require.NoError(t, err)
require.Nil(t, ulids)
require.NoError(t, block.Close())
}

0 comments on commit dbc5509

Please sign in to comment.