Fix tests and improve memories date error log

This commit is contained in:
Cameron
2025-12-19 14:20:51 -05:00
parent e3ccc123d0
commit df94010d21
5 changed files with 24 additions and 7 deletions

View File

@@ -64,7 +64,6 @@ pub async fn login<D: UserDao>(
#[cfg(test)]
mod tests {
use super::*;
use crate::testhelpers::{BodyReader, TestUserDao};