diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-01 15:14:58 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-01 15:14:58 +0300 |
| commit | 84b5aa13a0e6e5c8c9884ae3f973e560e7d4c59b (patch) | |
| tree | 5e87585744a8e9e8063ba5e755e17771e5a280d4 /tests/http_funcs.rs | |
| parent | 4262072d0d79449da6b94fb8863064c3fe7998d5 (diff) | |
Fixed test logic and formatted code
Diffstat (limited to 'tests/http_funcs.rs')
| -rw-r--r-- | tests/http_funcs.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/http_funcs.rs b/tests/http_funcs.rs index a495b3a..55d8c3c 100644 --- a/tests/http_funcs.rs +++ b/tests/http_funcs.rs @@ -9,7 +9,6 @@ use std::collections::HashMap; use tempfile::TempDir; use tokio; - use log::{debug, info}; #[cfg(test)] |
