Skip to content

Commit

Permalink
fix: fix combined_genesis path in test_madara_genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Bajpai authored and Harsh Bajpai committed Sep 20, 2023
1 parent 632c038 commit 08d7eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/test-utils/src/hive_utils/hive/genesis.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ mod tests {
let hive_genesis = HiveGenesisConfig::from_file("./src/hive_utils/test_data/hive_genesis.json").unwrap();
let madara_loader =
serde_json::from_str::<GenesisLoader>(std::include_str!("../test_data/madara_genesis.json")).unwrap();
let combined_genesis_path = Path::new("./src/test_data/combined_genesis.json");
let combined_genesis_path = Path::new("./src/hive_utils/test_data/combined_genesis.json");
let compiled_path = Path::new("./cairo-contracts/build");

// When
Expand Down

0 comments on commit 08d7eec

Please sign in to comment.