Skip to content

Commit

Permalink
Fix linux
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Feb 10, 2024
1 parent 136807e commit c1cd8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/monotrail-utils/src/standalone_python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ mod test {
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
fn test_provision_nonexistent_version() {
let _mocks = mock();
let tempdir = tempdir().unwrap();
let tempdir = tempfile::tempdir().unwrap();
let err = provision_python((3, 0), tempdir.path()).unwrap_err();
let expected = vec![
r"Couldn't find a matching python 3.0 to download",
Expand Down

0 comments on commit c1cd8fd

Please sign in to comment.