Browse Source
Add a small comment to test caching
refactor-mempool
Roman Zeyde
7 years ago
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB
1 changed files with
1 additions and
0 deletions
-
src/fake.rs
|
|
@ -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()); |
|
|
|
} |
|
|
|