Skip to content

Commit

Permalink
fix(xcm-executor): change v4 to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Aug 19, 2024
1 parent 08a82d1 commit 1f031ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-executor/integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ fn query_response_fires() {
assert_eq!(
polkadot_test_runtime::Xcm::query(query_id),
Some(QueryStatus::Ready {
response: VersionedResponse::V4(Response::ExecutionResult(None)),
response: VersionedResponse::V5(Response::ExecutionResult(None)),
at: 2u32.into()
}),
)
Expand Down

0 comments on commit 1f031ec

Please sign in to comment.