diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-09-25 02:18:31 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-09-25 02:18:31 -0400 |
| commit | e1996e2d65c18deb1e14f291e6124c426e7ea603 (patch) | |
| tree | 2bd44db9c0c4157dc63d3c92d464bba4b55f2df0 | |
| parent | 14fe1e0f9681692133b2d76a362eca62b1c273a5 (diff) | |
Typo in test name
| -rw-r--r-- | src/events/routes/test.rs | 2 |
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; |
