mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 00:37:24 +00:00
agent: Fix unused import warning in unit tests
This unneeded import was accidentally introduced by 81607e34
.
fixes #1507
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
62d30ca2b6
commit
b0e966c3bd
@ -87,7 +87,7 @@ pub fn home_dir(uid: uid_t) -> Result<String> {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use std::io::{self, Write};
|
use std::io::Write;
|
||||||
use tempfile::Builder;
|
use tempfile::Builder;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user