summaryrefslogtreecommitdiff
path: root/src/test/fixtures/channel.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fixtures/channel.rs')
-rw-r--r--src/test/fixtures/channel.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/fixtures/channel.rs b/src/test/fixtures/channel.rs
index 024ac1b..3831c82 100644
--- a/src/test/fixtures/channel.rs
+++ b/src/test/fixtures/channel.rs
@@ -8,9 +8,10 @@ use rand;
use crate::{
app::App,
- channel::{self, Channel, Name},
+ channel::{self, Channel},
clock::RequestedAt,
event::Event,
+ name::Name,
};
pub async fn create(app: &App, created_at: &RequestedAt) -> Channel {