We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6730bad commit 60f7bd6Copy full SHA for 60f7bd6
madara/crates/primitives/chain_config/src/chain_config.rs
@@ -481,7 +481,7 @@ mod tests {
481
// Check versioned constants
482
// Load and parse the JSON file
483
let json_content =
484
- fs::read_to_string("crates/madara/primitives/chain_config/resources/versioned_constants_13_0.json")
+ fs::read_to_string("madara/crates/primitives/chain_config/resources/versioned_constants_13_0.json")
485
.expect("Failed to read JSON file");
486
let json: Value = serde_json::from_str(&json_content).expect("Failed to parse JSON");
487
0 commit comments