Skip to content

Commit 6fabbac

Browse files
committed
fixup: use real system info
1 parent 609ad98 commit 6fabbac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/run/runner/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const ENV_COMMANDS: [(&str, &str, &str); 1] = [("MY_ENV_VAR", "Hello", ENV_VAR_V
4040
async fn create_test_setup() -> (SystemInfo, RunData, TempDir) {
4141
let temp_dir = TempDir::new().unwrap();
4242

43-
let system_info = SystemInfo::test();
43+
let system_info = SystemInfo::new().unwrap();
4444
let run_data = RunData {
4545
profile_folder: temp_dir.path().to_path_buf(),
4646
};

0 commit comments

Comments
 (0)