Skip to content

Commit

Permalink
Remove unnecessary api:: path prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
theoforger committed Sep 24, 2024
1 parent fd6412e commit 7a915dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use httpmock::prelude::*;

#[test]
fn test_api_instance() {
let api_instance = api::Instance::new();
let api_instance = Instance::new();
assert!(api_instance.is_ok());
}

Expand Down

0 comments on commit 7a915dd

Please sign in to comment.