Add a small comment to test caching

This commit is contained in:
Roman Zeyde 2018-09-28 11:42:34 +03:00
parent 11c95fbf09
commit f27b1428b1
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -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());
}