Update tests

This commit is contained in:
Mubelotix
2025-07-21 13:26:57 +02:00
parent 289a7f391b
commit 338daaef1d
2 changed files with 34 additions and 16 deletions

View File

@ -3,7 +3,6 @@ pub mod error;
mod store;
use std::collections::{HashMap, HashSet};
use std::ops::BitAnd;
use error::{AuthControllerError, Result};
use maplit::hashset;