Browse Source

Add a small comment to test caching

refactor-mempool
Roman Zeyde 7 years ago
parent
commit
f27b1428b1
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 1
      src/fake.rs

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

Loading…
Cancel
Save