Skip to content

Commit ba8d2ba

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

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
@@ -49,7 +49,7 @@ The `xcm-emulator` provides macros for defining a mocked testing environment. Ch
4949
- [**`decl_test_relay_chains`**](https://github.com/paritytech/polkadot-sdk/blob/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/xcm/xcm-emulator/src/lib.rs#L360){target=\_blank} - defines runtime and configuration for the relay chains. Example:
5050

5151
```rust
52-
--8<-- 'https://raw.githubusercontent.com/paritytech/polkadot-sdk/refs/tags/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/parachains/integration-tests/emulated/chains/relays/westend/src/lib.rs:27:47'
52+
--8<-- 'https://raw.githubusercontent.com/paritytech/polkadot-sdk/refs/tags/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/parachains/integration-tests/emulated/chains/relays/westend/src/lib.rs:28:47'
5353
```
5454

5555
- [**`decl_test_parachains`**](https://github.com/paritytech/polkadot-sdk/blob/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/xcm/xcm-emulator/src/lib.rs#L595){target=\_blank} - defines runtime and configuration for the parachains. Example:

0 commit comments

Comments
 (0)