summaryrefslogtreecommitdiff
path: root/systems/asset/test/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'systems/asset/test/src/lib.rs')
-rw-r--r--systems/asset/test/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/asset/test/src/lib.rs b/systems/asset/test/src/lib.rs
index 79a840d..4aad777 100644
--- a/systems/asset/test/src/lib.rs
+++ b/systems/asset/test/src/lib.rs
@@ -1,6 +1,6 @@
use std::path::PathBuf;
-use asset::{
+use asset_system::{
RWDataTest, ensure_eq,
error::{DataReadError, DataWriteError},
rw::RWData,