mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 19:49:28 +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);
|
assert_eq!(i, N);
|
||||||
}
|
}
|
||||||
|
|
||||||
// `get_range()` tests.
|
// iter tests.
|
||||||
let mut key = KEY;
|
|
||||||
key += N;
|
|
||||||
let range = KEY..key;
|
|
||||||
|
|
||||||
// Assert count is correct.
|
// Assert count is correct.
|
||||||
assert_eq!(N as usize, table_ro.values().unwrap().count());
|
assert_eq!(N as usize, table_ro.values().unwrap().count());
|
||||||
|
|
Loading…
Reference in a new issue