Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
--allow-empty
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed May 14, 2022
1 parent 58151e0 commit 2173a7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ethers-solc/src/compile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,9 @@ mod tests {
#[test]
#[cfg(feature = "full")]
fn test_find_installed_version_path() {
// this test does not take the lock by default, so we need to manually
// add it here.
let _lock = LOCK.lock();
// // this test does not take the lock by default, so we need to manually
// // add it here.
// let _lock = LOCK.lock();
let ver = "0.8.6";
let version = Version::from_str(ver).unwrap();
if utils::installed_versions(svm::SVM_HOME.as_path())
Expand Down

0 comments on commit 2173a7e

Please sign in to comment.