From 2a85734ead0b3763830c187b385964d9ba65da74 Mon Sep 17 00:00:00 2001 From: bahdotsh Date: Mon, 21 Apr 2025 17:07:05 +0530 Subject: [PATCH] test warnings fix --- src/cleanup_test.rs | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/cleanup_test.rs b/src/cleanup_test.rs index 367c7e3..c68bb9c 100644 --- a/src/cleanup_test.rs +++ b/src/cleanup_test.rs @@ -1,8 +1,16 @@ - - #[cfg(test)] mod cleanup_tests { - use super::*; + use bollard::Docker; + use std::process::Command; + use crate::{ + executor::{ + docker, + }, + runtime::{ + emulation::{self, EmulationRuntime}, + }, + cleanup_on_exit, + }; #[tokio::test] async fn test_docker_container_cleanup() {