Skip to content

Commit

Permalink
libcnb-test: Rename test to match new function name (#648)
Browse files Browse the repository at this point in the history
In #583 the function `get_buildpack_target_dir` was renamed to
`get_buildpack_package_dir`.

This renames the corresponding test to match.
  • Loading branch information
edmorley authored Aug 21, 2023
1 parent 7fb80a8 commit 65a41fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnb-package/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ mod tests {
use std::path::PathBuf;

#[test]
fn test_get_buildpack_target_dir() {
fn test_get_buildpack_package_dir() {
let buildpack_id = buildpack_id!("some-org/with-buildpack");
let package_dir = PathBuf::from("/package");
let target_triple = "x86_64-unknown-linux-musl";
Expand Down

0 comments on commit 65a41fc

Please sign in to comment.