Skip to content

Commit 3868159

Browse files
committed
Fix import
1 parent 01db8fd commit 3868159

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crates/hayagriva-archive/tests/archiver.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ use std::{
2727
iter::{self, FromIterator},
2828
};
2929

30-
extern crate hayagriva_util;
31-
use hayagriva_util::test_util::{
30+
use hayagriva_core::test_util::{
3231
CACHE_PATH, ensure_repo, iter_files, iter_files_with_name,
3332
};
3433

0 commit comments

Comments
 (0)