Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed May 16, 2024
1 parent 66c2477 commit a717f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdb/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7087,7 +7087,7 @@ func TestBlockQuerierAndBlockChunkQuerier(t *testing.T) {
require.NoError(t, b.Close())
}
require.NoError(t, db.reloadBlocks())
require.Equal(t, 2, len(db.Blocks()))
require.Len(t, db.Blocks(), 2)

querier, err := db.Querier(0, 500)
require.NoError(t, err)
Expand Down

0 comments on commit a717f3d

Please sign in to comment.