From 5ed39cf926e2efedf12edd0204a517dbfd061697 Mon Sep 17 00:00:00 2001 From: arcayr Date: Mon, 30 Sep 2024 13:29:04 +1000 Subject: [PATCH] tests/phase/fetch: rename `can_hash_source()` to `can_hash_source_file()` -m improves clarity as to the purpose of the test. --- crates/tests/src/phase/fetch/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)