From 769ffcbe2bd1d268f5214c393a7817faf8944162 Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 16 Jun 2020 22:01:33 -0400 Subject: allow using customized aiomgr --- tests/common/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/common/mod.rs') 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; -- cgit v1.2.3