summaryrefslogtreecommitdiff
path: root/src/events/routes
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-09-25 02:18:31 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-09-25 02:18:31 -0400
commite1996e2d65c18deb1e14f291e6124c426e7ea603 (patch)
tree2bd44db9c0c4157dc63d3c92d464bba4b55f2df0 /src/events/routes
parent14fe1e0f9681692133b2d76a362eca62b1c273a5 (diff)
Typo in test name
Diffstat (limited to 'src/events/routes')
-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;