add comment

This commit is contained in:
bitfl0wer 2023-04-16 12:33:57 +02:00
parent 98551dc2a2
commit 0ec8e3371b
1 changed files with 2 additions and 1 deletions

View File

@ -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)] #[cfg(test)]
mod schemas_tests { mod schemas_tests {
use super::schemas::*; use super::schemas::*;
@ -221,5 +223,4 @@ mod schemas_tests {
}) })
); );
} }
} }