Fix TestCorrectNumTombstones (#399)

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
pull/5805/head
Ganesh Vernekar 2018-09-28 15:56:29 +05:30 committed by Krasi Georgiev
parent b4c7c80227
commit 61d0868966
1 changed files with 1 additions and 1 deletions

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