Skip to content

Commit 60f7bd6

Browse files
committed
Update path for versioned constants file
1 parent 6730bad commit 60f7bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

madara/crates/primitives/chain_config/src/chain_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ mod tests {
481481
// Check versioned constants
482482
// Load and parse the JSON file
483483
let json_content =
484-
fs::read_to_string("crates/madara/primitives/chain_config/resources/versioned_constants_13_0.json")
484+
fs::read_to_string("madara/crates/primitives/chain_config/resources/versioned_constants_13_0.json")
485485
.expect("Failed to read JSON file");
486486
let json: Value = serde_json::from_str(&json_content).expect("Failed to parse JSON");
487487

0 commit comments

Comments
 (0)