Skip to content

Commit

Permalink
fixup! fix relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jan 12, 2024
1 parent 960a67b commit a7bb366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/src/integration/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ fn create_node(

// copy compiled wasms into the wasm directory
copy_wasm_to_chain_dir(
&std::fs::canonicalize("..").unwrap(),
&std::fs::canonicalize("../..").unwrap(),
&global_args.base_dir,
&chain_id,
);
Expand Down

0 comments on commit a7bb366

Please sign in to comment.