refactor: use appmodule.AppModule in integration helpers (backport #16755) (#16756)

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
mergify[bot]
2023-06-29 11:01:43 +00:00
committed by GitHub
co-authored by Julien Robert
parent c452721442
commit d805e631e4
11 changed files with 76 additions and 31 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ The SDK provides small helpers for quickly setting up an integration tests. Thes
### Example
```go reference
https://github.com/cosmos/cosmos-sdk/blob/29e22b3bdb05353555c8e0b269311bbff7b8deca/testutil/integration/example_test.go#L22-L89
https://github.com/cosmos/cosmos-sdk/blob/a2f73a7dd37bea0ab303792c55fa1e4e1db3b898/testutil/integration/example_test.go#L30-L116
```
## Deterministic and Regression tests