mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
test:add entry for seamless remove of not existing key from database
This commit is contained in:
parent
5591ce3e1b
commit
62f04d22e1
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ where
|
|||
tree.remove(key).unwrap();
|
||||
let read = tree.get(key).unwrap();
|
||||
assert_eq!(read, None);
|
||||
// Remove of not existing key should run seamless
|
||||
tree.remove(key).unwrap();
|
||||
}
|
||||
|
||||
fn batch_insert_get<T>(name: &str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue