Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/math-tests' into math-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey committed Apr 9, 2024
2 parents 411a0cb + 270f4ce commit b8da1b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions market-contract/tests/utils/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ use fuels::{
};

// PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("market-contract/out/debug/market-contract.bin");
const MARKET_CONTRACT_BINARY_PATH: &str = "./out/debug/market-contract.bin";

const MARKET_CONTRACT_BINARY_PATH: &str = "../market-contract/out/debug/market-contract.bin";
const MARKET_CONTRACT_STORAGE_PATH: &str =
"./out/debug/market-contract-storage_slots.json";
"../market-contract/out/debug/market-contract-storage_slots.json";
abigen!(Contract(
name = "Market",
abi = "./market-contract/out/debug/market-contract-abi.json"
Expand Down

0 comments on commit b8da1b5

Please sign in to comment.