Skip to content

Commit

Permalink
Remove unnecesary txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrigada committed Aug 28, 2024
1 parent f557c45 commit d0741af
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/compilers/tests/zksync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ fn zksync_cant_compile_a_file_outside_allowed_paths() {
// └── contracts/
// ├── src/
// │ └── Main.sol
// └── remappings.txt

let tmp_dir = tempfile::tempdir().unwrap();
let project_root = tmp_dir.path().to_path_buf();
Expand Down Expand Up @@ -354,8 +353,6 @@ contract Util {}
)
.unwrap();

fs::write(contracts_dir.path().join("remappings.txt"), "@outer/=../outer/").unwrap();

let root = contracts_dir.path().to_path_buf();
let paths = ProjectPathsConfig::builder()
.root(root.clone())
Expand Down Expand Up @@ -422,8 +419,6 @@ contract Util {}
)
.unwrap();

fs::write(contracts_dir.path().join("remappings.txt"), "@outer/=../outer/").unwrap();

let root = contracts_dir.path().to_path_buf();
let paths = ProjectPathsConfig::builder()
.root(root.clone())
Expand Down

0 comments on commit d0741af

Please sign in to comment.