Skip to content

Commit 758c4a9

Browse files
committed
test: clarify Linuxbrew symlink test intent (Fixes #393)
1 parent d788d57 commit 758c4a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/pet-homebrew/src/sym_links.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ mod tests {
263263
}
264264

265265
#[test]
266-
fn known_symlink_templates_include_expected_paths_for_linuxbrew() {
266+
fn known_symlink_templates_include_resolved_executable_for_linuxbrew() {
267267
let resolved_exe =
268268
PathBuf::from("/home/linuxbrew/.linuxbrew/Cellar/python@3.12/3.12.4/bin/python3.12");
269269
let symlinks = get_known_symlinks_impl(&resolved_exe, &"3.12.4".to_string());

0 commit comments

Comments
 (0)