Fix TestCorrectNumTombstones (#399)

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
This commit is contained in:
Ganesh Vernekar 2018-09-28 15:56:29 +05:30 committed by Krasi Georgiev
parent b4c7c80227
commit 61d0868966

View file

@ -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))