Skip to content

Commit 662ade8

Browse files
committed
chore(build-dir): rename test to template_workspace_path_hash
1 parent 307cbfd commit 662ade8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/build_dir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ fn template_cargo_cache_home() {
569569
}
570570

571571
#[cargo_test]
572-
fn template_workspace_manfiest_path_hash() {
572+
fn template_workspace_path_hash() {
573573
let p = project()
574574
.file("src/main.rs", r#"fn main() { println!("Hello, World!") }"#)
575575
.file(

0 commit comments

Comments
 (0)