Skip to content

Commit de92bb5

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

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
@@ -55,7 +55,7 @@ The `xcm-emulator` provides macros for defining a mocked testing environment. Ch
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:
5656

5757
```rust
58-
--8<-- 'https://raw.githubusercontent.com/paritytech/polkadot-sdk/refs/tags/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend/src/lib.rs:33:58'
58+
--8<-- 'https://raw.githubusercontent.com/paritytech/polkadot-sdk/refs/tags/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend/src/lib.rs:34:58'
5959
```
6060

6161
- [**`decl_test_bridges`**](https://github.com/paritytech/polkadot-sdk/blob/{{dependencies.repositories.polkadot_sdk.version}}/cumulus/xcm/xcm-emulator/src/lib.rs#L1222){target=\_blank} - creates bridges between chains, specifying the source, target, and message handler. Example:

0 commit comments

Comments
 (0)