Skip to content

Commit 1f031ec

Browse files
fix(xcm-executor): change v4 to v5
1 parent 08a82d1 commit 1f031ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • polkadot/xcm/xcm-executor/integration-tests/src

polkadot/xcm/xcm-executor/integration-tests/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ fn query_response_fires() {
243243
assert_eq!(
244244
polkadot_test_runtime::Xcm::query(query_id),
245245
Some(QueryStatus::Ready {
246-
response: VersionedResponse::V4(Response::ExecutionResult(None)),
246+
response: VersionedResponse::V5(Response::ExecutionResult(None)),
247247
at: 2u32.into()
248248
}),
249249
)

0 commit comments

Comments
 (0)