Skip to content

Commit dcf8ff9

Browse files
committed
Update expected test output
1 parent a4e129f commit dcf8ff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/uv_test.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use libcnb_test::{
88
BuildpackReference, PackResult, TestRunner, assert_contains, assert_contains_match,
99
assert_empty,
1010
};
11+
use std::env::consts::ARCH;
1112

1213
#[test]
1314
#[ignore = "integration test"]
@@ -62,7 +63,7 @@ fn uv_basic_install_and_cache_reuse() {
6263
'/layers/heroku_python/python/lib/python3.14/lib-dynload',
6364
'/layers/heroku_python/venv/lib/python3.14/site-packages'\\]
6465
65-
uv {UV_VERSION}
66+
uv {UV_VERSION} \\({ARCH}-unknown-linux-gnu\\)
6667
Using Python {DEFAULT_PYTHON_FULL_VERSION} environment at: /layers/heroku_python/venv
6768
Package Version
6869
----------------- -------

0 commit comments

Comments
 (0)