From d6ae03b656347c7cf5d3781ead1386f0c2325c1c Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Sun, 16 Apr 2023 12:33:57 +0200 Subject: [PATCH] add comment --- src/api/schemas.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/schemas.rs b/src/api/schemas.rs index 8288ce1..5a27a46 100644 --- a/src/api/schemas.rs +++ b/src/api/schemas.rs @@ -116,6 +116,8 @@ pub mod schemas { } } +// I know that some of these tests are... really really basic and unneccessary, but sometimes, I +// just feel like writing tests, so there you go :) -@bitfl0wer #[cfg(test)] mod schemas_tests { use super::schemas::*; @@ -221,5 +223,4 @@ mod schemas_tests { }) ); } - }