refactor(tests): Remove unused imports in CSRF token tests

This commit is contained in:
MythEclipse
2025-08-12 01:51:10 +07:00
parent 0ba04abee9
commit ad46687f07
-2
View File
@@ -88,8 +88,6 @@ pub fn validate_csrf_token(token: &str, secret: &str, max_age_seconds: u64) -> R
#[cfg(test)]
mod tests {
use super::*;
use std::thread::sleep;
use std::time::Duration;
#[test]
fn test_csrf_token_generation_and_validation() {