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 465b552 commit e790a43Copy full SHA for e790a43
crates/extrinsics/src/contract_info.rs
@@ -419,7 +419,7 @@ mod tests {
419
pallet_contracts::storage::ContractInfo as ContractInfoV15,
420
};
421
422
- let metadata_bytes = std::fs::read("src/runtime_api/metadata.scale")
+ let metadata_bytes = std::fs::read("src/runtime_api/metadata_v15.scale")
423
.expect("the metadata must be present");
424
let metadata =
425
Metadata::decode(&mut &*metadata_bytes).expect("the metadata must decode");
0 commit comments