tests/phase/fetch: rename can_hash_source() to can_hash_source_file() -m improves clarity as to the purpose of the test.

This commit is contained in:
elliot speck 2024-09-30 13:29:04 +10:00
parent 0037bca017
commit 5ed39cf926
Signed by: arcayr
SSH key fingerprint: SHA256:ACNNWlqwQA5pfEvX1dnTlr8r4fdg1taXA0lae2FSjto

View file

@ -59,7 +59,7 @@ fn can_fetch() {
} }
#[test] #[test]
fn can_hash_source() { fn can_hash_source_file() {
assert_eq!( assert_eq!(
test_source_file() test_source_file()
.hash(ia::HashAlgorithm::Sha2) .hash(ia::HashAlgorithm::Sha2)