From be38d2b15f6c596141891910a206a4e1b1a85e5c Mon Sep 17 00:00:00 2001 From: rzuasti Date: Wed, 25 Feb 2026 09:13:02 -0500 Subject: [PATCH] Typo --- backend/src/db/notifications.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/db/notifications.rs b/backend/src/db/notifications.rs index 27c8222..99190d2 100644 --- a/backend/src/db/notifications.rs +++ b/backend/src/db/notifications.rs @@ -104,7 +104,7 @@ mod tests { async fn test_mark_as_old() { tests_common::setup().await; - // Mark unexistant notification (should be fine) + // Mark non-existant notification (should be fine) mark_as_old(9999999).unwrap(); // Create new notification