We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01db8fd commit 3868159Copy full SHA for 3868159
1 file changed
crates/hayagriva-archive/tests/archiver.rs
@@ -27,8 +27,7 @@ use std::{
27
iter::{self, FromIterator},
28
};
29
30
-extern crate hayagriva_util;
31
-use hayagriva_util::test_util::{
+use hayagriva_core::test_util::{
32
CACHE_PATH, ensure_repo, iter_files, iter_files_with_name,
33
34
0 commit comments