index
:
growth-ring
Simple and modular write-ahead-logging implementation.
log msg
author
committer
range
async-writes
master
about
summary
refs
log
tree
commit
diff
path:
root
/
tests
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'tests')
-rw-r--r--
tests/common/mod.rs
2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common/mod.rs b/tests/common/mod.rs
index 247b2ee..769f422 100644
--- a/
tests/common/mod.rs
+++ b/
tests/common/mod.rs
@@ -3,7 +3,7 @@
#[allow(dead_code)]
use async_trait::async_trait;
use growthring::wal::{
- WALBytes, WALFile, WALLoader, WALPos, WALRingId, WALStore, RecoverPolicy
+ WALBytes, WALFile, WALLoader, WALPos, WALRingId, WALStore
};
use indexmap::{map::Entry, IndexMap};
use rand::Rng;