Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 1, 2024
1 parent 7263afd commit b6e26e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit b6e26e5

Please sign in to comment.