Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NikVolf committed Jan 5, 2020
1 parent 648f4e6 commit 256d8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kvdb-rocksdb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ mod tests {
{
let db = db.db.read();
db.as_ref().map(|db| {
assert!(super::static_property_or_warn(&db.db, "rocksdb.cur-size-all-mem-tables") > 512);
assert!(super::static_property_or_warn(&db.db, db.cf(0), "rocksdb.cur-size-all-mem-tables") > 512);
});
}
}
Expand Down

0 comments on commit 256d8dd

Please sign in to comment.