From e1996e2d65c18deb1e14f291e6124c426e7ea603 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 25 Sep 2024 02:18:31 -0400 Subject: Typo in test name --- src/events/routes/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3