From 255af8919928ac7e7cb31f08227569056ebee209 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 18 Sep 2024 11:54:50 +0000 Subject: [PATCH] Update testing documentation --- scripts/test_doc/test_documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_doc/test_documentation.md b/scripts/test_doc/test_documentation.md index 1807c06177..1f5544bec5 100644 --- a/scripts/test_doc/test_documentation.md +++ b/scripts/test_doc/test_documentation.md @@ -5,7 +5,7 @@ | Function | Short Description | |----------|-------------------| - [TestRecycleTransferChannel](../../tests/integration/changeover.go#L18) | TestRecycleTransferChannel tests that an existing transfer channel can be reused when transitioning from a standalone to a consumer chain.
DetailsThe test case:
* sets up a provider chain and a standalone chain
* creates a connection between the two chains
* creates a transfer channel between the two chains
* transitions the standalone chain to a consumer chain

* confirms that no extra transfer channel is created, thus only one transfer channel and one CCV channel exist.
| + [TestRecycleTransferChannel](../../tests/integration/changeover.go#L17) | TestRecycleTransferChannel tests that an existing transfer channel can be reused when transitioning from a standalone to a consumer chain.
DetailsThe test case:
* sets up a provider chain and a standalone chain
* creates a connection between the two chains
* creates a transfer channel between the two chains
* transitions the standalone chain to a consumer chain
* confirms that no extra transfer channel is created, thus only one transfer channel and one CCV channel exist.
| # [democracy.go](../../tests/integration/democracy.go)