From b6e26e5f363a25d8187dfba29381d71509206cd4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 1 Dec 2024 20:14:12 +0100 Subject: [PATCH] add missing import --- tests/admin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/admin.rs b/tests/admin.rs index 1004a7a..56cea23 100644 --- a/tests/admin.rs +++ b/tests/admin.rs @@ -11,7 +11,7 @@ use holochain_zome_types::prelude::ExternIO; use kitsune_p2p_types::fixt::AgentInfoSignedFixturator; use std::collections::BTreeSet; use std::net::Ipv4Addr; -use std::path::PathBuf; +use std::{collections::HashMap, path::PathBuf}; const ROLE_NAME: &str = "foo";