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

This commit is contained in:
Julien Robert
2023-06-29 08:16:17 +00:00
committed by GitHub
parent 2bbc3a1c61
commit f8c8de4614
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