Skip to content

Commit

Permalink
Fix rust contract paths
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajbouw committed Aug 16, 2022
1 parent 09dec06 commit 638fd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine-tests/src/tests/state_migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl AuroraAccount {
}

fn contract_bytes() -> Vec<u8> {
let base_path = Path::new("../etc").join("state-migration-test");
let base_path = Path::new("etc").join("state-migration-test");
let output_path = base_path
.join("target/wasm32-unknown-unknown/release/aurora_engine_state_migration_test.wasm");
test_utils::rust::compile(base_path);
Expand Down

0 comments on commit 638fd85

Please sign in to comment.