diff options
author | Determinant <[email protected]> | 2020-06-16 22:01:33 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-06-16 22:01:33 -0400 |
commit | 769ffcbe2bd1d268f5214c393a7817faf8944162 (patch) | |
tree | e951ae3a588fb2e27339ba7e66aebcd5ab45812f /tests | |
parent | 1438417071c5a1834feacabc9fbd53cb91bed62a (diff) |
allow using customized aiomgrv0.1.2
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; |