summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/async.rs4
-rw-r--r--tests/sync.rs4
2 files changed, 4 insertions, 4 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 {
diff --git a/tests/sync.rs b/tests/sync.rs
index 8981b6c..8228f08 100644
--- a/tests/sync.rs
+++ b/tests/sync.rs
@@ -1,5 +1,5 @@
-use hydrus_api_rs::sync_lib::client::HydrusClient;
-use hydrus_api_rs::sync_lib::traits::*;
+use hydrus_api::sync_lib::client::HydrusClient;
+use hydrus_api::sync_lib::traits::*;
use std::path::PathBuf;
fn init_client() -> HydrusClient {