Signed-off-by: Krasi Georgiev <kgeorgie@redhat.com>
This commit is contained in:
Krasi Georgiev 2019-02-12 11:08:09 +02:00
parent beee5c58f3
commit bf79c767f0
1 changed files with 1 additions and 1 deletions

View File

@ -884,4 +884,4 @@ func TestDeleteCompactionBlockAfterFailedReload(t *testing.T) {
testutil.Equals(t, expBlocks, len(actBlocks)-1, "block count should be the same as before the compaction") // -1 to exclude the corrupted block.
})
}
}
}