summaryrefslogtreecommitdiff
path: root/tests/async.rs
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-10-17 17:30:46 +0300
committerjakka <jakka@jakka.su>2025-10-17 17:30:46 +0300
commite311aad9357a38fd3d54aa3ce00ea98f0cf33ed7 (patch)
treed75c61c59c8d50003574f19109f26ddc86e31002 /tests/async.rs
parentf76c055ed65f71a7b4f778bacb2b75ddd52f53e3 (diff)
changed crate name
Diffstat (limited to 'tests/async.rs')
-rw-r--r--tests/async.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/async.rs b/tests/async.rs
index 1eddef1..46ffa42 100644
--- a/tests/async.rs
+++ b/tests/async.rs
@@ -1,5 +1,5 @@
-use hydrus_api_rs::async_lib::{client::*, traits::*};
-use hydrus_api_rs::types::*;
+use hydrus_api::async_lib::{client::*, traits::*};
+use hydrus_api::types::*;
use std::path::PathBuf;
fn init_client() -> HydrusClient {