Skip to content

Commit f8250e4

Browse files
committed
wip
1 parent 1ad9993 commit f8250e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/pet/tests/ci_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fn verify_validity_of_discovered_envs() {
8282
}));
8383
let e = environment.clone();
8484
threads.push(thread::spawn(move || {
85-
verify_env_info_is_save_when_using_from(e)
85+
verify_we_can_get_same_env_inf_using_from(e)
8686
}));
8787
}
8888
for thread in threads {
@@ -259,7 +259,7 @@ fn verify_validity_of_interpreter_info(environment: PythonEnvironment) {
259259
}
260260
}
261261

262-
fn verify_env_info_is_save_when_using_from(environment: PythonEnvironment) {
262+
fn verify_we_can_get_same_env_inf_using_from(environment: PythonEnvironment) {
263263
if environment.executable.is_none() {
264264
return;
265265
}

0 commit comments

Comments
 (0)