diff --git a/crates/tests/src/phase/fetch/mod.rs b/crates/tests/src/phase/fetch/mod.rs index f020d91..969cc36 100644 --- a/crates/tests/src/phase/fetch/mod.rs +++ b/crates/tests/src/phase/fetch/mod.rs @@ -59,7 +59,7 @@ fn can_fetch() { } #[test] -fn can_hash_source() { +fn can_hash_source_file() { assert_eq!( test_source_file() .hash(ia::HashAlgorithm::Sha2)