We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad9993 commit f8250e4Copy full SHA for f8250e4
crates/pet/tests/ci_test.rs
@@ -82,7 +82,7 @@ fn verify_validity_of_discovered_envs() {
82
}));
83
let e = environment.clone();
84
threads.push(thread::spawn(move || {
85
- verify_env_info_is_save_when_using_from(e)
+ verify_we_can_get_same_env_inf_using_from(e)
86
87
}
88
for thread in threads {
@@ -259,7 +259,7 @@ fn verify_validity_of_interpreter_info(environment: PythonEnvironment) {
259
260
261
262
-fn verify_env_info_is_save_when_using_from(environment: PythonEnvironment) {
+fn verify_we_can_get_same_env_inf_using_from(environment: PythonEnvironment) {
263
if environment.executable.is_none() {
264
return;
265
0 commit comments