Skip to content

Commit

Permalink
Update testing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 18, 2024
1 parent 9ee3cd0 commit 255af89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_doc/test_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<details><summary>Details</summary>The test case:<br>* sets up a provider chain and a standalone chain<br>* creates a connection between the two chains<br>* creates a transfer channel between the two chains<br>* transitions the standalone chain to a consumer chain<br><br>* confirms that no extra transfer channel is created, thus only one transfer channel and one CCV channel exist.</details> |
[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.<details><summary>Details</summary>The test case:<br>* sets up a provider chain and a standalone chain<br>* creates a connection between the two chains<br>* creates a transfer channel between the two chains<br>* transitions the standalone chain to a consumer chain<br>* confirms that no extra transfer channel is created, thus only one transfer channel and one CCV channel exist.</details> |
</details>

# [democracy.go](../../tests/integration/democracy.go)
Expand Down

0 comments on commit 255af89

Please sign in to comment.