Skip to content

Commit 1e4e953

Browse files
[stable2506] Fix pallet-xcm tests with test_log_capture (#9382)
Fix `pallet-xcm` tests with `test_log_capture`
1 parent bcf4010 commit 1e4e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polkadot/xcm/pallet-xcm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ xcm.workspace = true
3636
pallet-assets = { default-features = true, workspace = true }
3737
polkadot-parachain-primitives = { default-features = true, workspace = true }
3838
polkadot-runtime-parachains = { default-features = true, workspace = true }
39-
sp-tracing = { default-features = true, workspace = true }
39+
sp-tracing = { features = ["test-utils"], default-features = true, workspace = true }
4040
xcm-simulator = { default-features = true, workspace = true }
4141

4242
[features]

0 commit comments

Comments
 (0)