Skip to content

Commit

Permalink
fix: removes unused test-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed Apr 3, 2024
1 parent a2676ef commit 19ac460
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ async fn main() -> std::io::Result<()> {
#[cfg(test)]
mod tests {
use super::*;
use actix_web::dev::Service;
use actix_web::test;
use tempfile::tempdir;

Expand Down

0 comments on commit 19ac460

Please sign in to comment.