Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
osiewicz committed Dec 2, 2024
1 parent 25ce4d7 commit bf1bcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/languages/src/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ mod tests {

assert_eq!(
retrieve_package_id_and_bin_name_from_metadata(metadata, absolute_path),
expected.map(|(pkgid, name, kind)| (pkgid.to_owned(), bin.to_owned(), kind))
expected.map(|(pkgid, name, kind)| (pkgid.to_owned(), name.to_owned(), kind))
);
}
}
Expand Down

0 comments on commit bf1bcb9

Please sign in to comment.