Skip to content

Commit d7b7ad1

Browse files
Update develop/interoperability/test-and-debug.md
Co-authored-by: Nicolás Hussein <[email protected]>
1 parent 22c0aad commit d7b7ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/interoperability/test-and-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The XCM Emulator provides both advantages and limitations when testing cross-cha
4646

4747
The `xcm-emulator` provides macros for defining a mocked testing environment. Check all the existing macros and functionality in the [XCM Emulator source code](https://github.com/paritytech/polkadot-sdk/blob/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/xcm/xcm-emulator/src/lib.rs){target=\_blank}. The most important macros are:
4848

49-
- [**`decl_test_relay_chains`**](https://github.com/paritytech/polkadot-sdk/blob/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/xcm/xcm-emulator/src/lib.rs#L361){target=\_blank} - defines runtime and configuration for the relay chains. Example:
49+
- [**`decl_test_relay_chains`**](https://github.com/paritytech/polkadot-sdk/blob/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/xcm/xcm-emulator/src/lib.rs#L362){target=\_blank} - defines runtime and configuration for the relay chains. Example:
5050

5151
```rust
5252
--8<-- 'https://raw.githubusercontent.com/paritytech/polkadot-sdk/refs/tags/polkadot-stable2412/cumulus/parachains/integration-tests/emulated/chains/relays/westend/src/lib.rs:26:47'

0 commit comments

Comments
 (0)