summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/events/routes/test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/routes/test.rs b/src/events/routes/test.rs
index a3f5519..73636fd 100644
--- a/src/events/routes/test.rs
+++ b/src/events/routes/test.rs
@@ -195,7 +195,7 @@ async fn includes_multiple_channels() {
}
#[tokio::test]
-async fn nonexitent_channel() {
+async fn nonexistent_channel() {
// Set up the environment
let app = fixtures::scratch_app().await;