test warnings fix

This commit is contained in:
bahdotsh
2025-04-21 17:07:05 +05:30
parent ec13bc39dd
commit 2a85734ead

View File

@@ -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() {