Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Dec 20, 2024
1 parent 374647b commit db79594
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions crates/core/src/factories/core_fetch/test.rs
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
use std::{
sync::{Arc, Mutex},
time::Duration,
};

use super::{CoreFetch, CoreFetchConfig};
use crate::default_builder;
use bytes::Bytes;

use kitsune2_api::{
fetch::{deserialize_op_ids, Fetch},
id::Id,
transport::Transport,
AgentId, K2Error, OpId, SpaceId, Url,
};

use kitsune2_test_utils::agent::*;

use rand::Rng;

use crate::default_builder;

use super::{CoreFetch, CoreFetchConfig};
use std::{
sync::{Arc, Mutex},
time::Duration,
};

#[derive(Debug)]
pub struct MockTransport {
Expand Down

0 comments on commit db79594

Please sign in to comment.