Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle committed Apr 12, 2024
1 parent a9d85e1 commit 48680e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tls/cert/syncer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ mod tests {
use reqwest::Body;
use std::{str::FromStr, sync::Arc};

use crate::tls::cert::{http::MockHttpClient, verify::MockVerify};
use crate::{http::MockHttpClient, tls::cert::syncer::verify::MockVerify};

#[tokio::test]
async fn import_ok() -> Result<(), AnyhowError> {
Expand Down
2 changes: 1 addition & 1 deletion src/tls/cert/syncer/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ mod tests {
use candid::Principal;

use super::{MockParse, Verifier, Verify, VerifyError};
use crate::tls::cert::import::{Package, Pair};
use crate::tls::cert::syncer::{Package, Pair};

#[test]
fn verify_ok() {
Expand Down

0 comments on commit 48680e9

Please sign in to comment.