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:
parent
0037bca017
commit
5ed39cf926
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue