diff --git a/crates/comenqd/src/daemon.rs b/crates/comenqd/src/daemon.rs index 90b8018..4df9ac4 100644 --- a/crates/comenqd/src/daemon.rs +++ b/crates/comenqd/src/daemon.rs @@ -337,7 +337,7 @@ mod tests { cooldown_period_seconds: 0, ..temp_config(&dir) }); - let (sender, rx) = channel(&cfg.queue_path).expect("channel"); + let (mut sender, rx) = channel(&cfg.queue_path).expect("channel"); let req = CommentRequest { owner: "o".into(), repo: "r".into(),