mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 03:29:25 +00:00
This commit is contained in:
parent
cab3eccfda
commit
2d1880a569
1 changed files with 1 additions and 4 deletions
|
@ -235,10 +235,7 @@ fn db_read_write() {
|
|||
assert_eq!(i, N);
|
||||
}
|
||||
|
||||
// `get_range()` tests.
|
||||
let mut key = KEY;
|
||||
key += N;
|
||||
let range = KEY..key;
|
||||
// iter tests.
|
||||
|
||||
// Assert count is correct.
|
||||
assert_eq!(N as usize, table_ro.values().unwrap().count());
|
||||
|
|
Loading…
Reference in a new issue