mirror of
https://github.com/prometheus/prometheus
synced 2024-12-29 18:22:16 +00:00
Fix TestCorrectNumTombstones (#399)
Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
This commit is contained in:
parent
b4c7c80227
commit
61d0868966
@ -1320,7 +1320,7 @@ func TestCorrectNumTombstones(t *testing.T) {
|
||||
}
|
||||
testutil.Ok(t, app.Commit())
|
||||
|
||||
_, err := db.compact()
|
||||
err := db.compact()
|
||||
testutil.Ok(t, err)
|
||||
testutil.Equals(t, 1, len(db.blocks))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user