Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bb3b292

Browse files
committedMar 17, 2025·
fix integration tests
1 parent 7b2d912 commit bb3b292

File tree

1 file changed

+1
-1
lines changed
  • polkadot/xcm/xcm-executor/integration-tests/src

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ fn query_response_fires() {
239239
}) if q == query_id,
240240
)));
241241
assert_eq!(
242-
polkadot_test_runtime::Xcm::query(query_id),
242+
polkadot_test_runtime::Xcm::query(&query_id),
243243
Some(QueryStatus::Ready {
244244
response: VersionedResponse::from(Response::ExecutionResult(None)),
245245
at: 2u32.into()

0 commit comments

Comments
 (0)
Please sign in to comment.