Skip to content

Commit b04aa83

Browse files
committed
fix test
1 parent d0fb6c3 commit b04aa83

File tree

1 file changed

+1
-1
lines changed
  • crates/compilers/src/project_util

1 file changed

+1
-1
lines changed

crates/compilers/src/project_util/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl<T: ArtifactOutput + Default> TempProject<MultiCompiler, T> {
5858
use crate::solc::{Solc, SolcCompiler};
5959

6060
self.inner.compiler.solc = Some(SolcCompiler::Specific(
61-
Solc::find_svm_installed_version(&solc.parse().unwrap()).unwrap().unwrap(),
61+
Solc::find_or_install(&solc.parse().unwrap()).unwrap(),
6262
));
6363

6464
self

0 commit comments

Comments
 (0)