aboutsummaryrefslogtreecommitdiff
path: root/tests/common/mod.rs
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-06-16 22:01:33 -0400
committerDeterminant <tederminant@gmail.com>2020-06-16 22:01:33 -0400
commit769ffcbe2bd1d268f5214c393a7817faf8944162 (patch)
treee951ae3a588fb2e27339ba7e66aebcd5ab45812f /tests/common/mod.rs
parent1438417071c5a1834feacabc9fbd53cb91bed62a (diff)
allow using customized aiomgrv0.1.2
Diffstat (limited to 'tests/common/mod.rs')
-rw-r--r--tests/common/mod.rs2
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;