Add a small comment to test caching
This commit is contained in:
parent
11c95fbf09
commit
f27b1428b1
|
@ -30,6 +30,7 @@ mod tests {
|
|||
value: b"v".to_vec(),
|
||||
}]);
|
||||
store.flush();
|
||||
// nothing was actually written
|
||||
assert!(store.get(b"").is_none());
|
||||
assert!(store.scan(b"").is_empty());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user