Make testing suite to ensure queries never alter state (#3001)
* create func to check alter state * add tests * format * Update app/apptesting/test_suite.go Co-authored-by:Roman <roman@osmosis.team> * remove fmt * epochs: try to use Invoke * gamm: use Invoke * incentives: use Invoke * lockup: use Invoke * mint: use Invoke * pool-incentives: use Invoke * superfluid: use Invoke * tokenfactory * txfees * format * fix Co-authored-by:
Roman <roman@osmosis.team>
Showing
+918 -0
x/epochs/client/cli/query_test.go
0 → 100644
x/gamm/client/cli/query_test.go
0 → 100644
x/incentives/client/cli/query_test.go
0 → 100644
x/lockup/client/cli/query_test.go
0 → 100644
x/mint/client/cli/query_test.go
0 → 100644
x/pool-incentives/client/cli/query_test.go
0 → 100644
x/superfluid/client/cli/query_test.go
0 → 100644
x/tokenfactory/client/cli/query_test.go
0 → 100644
x/txfees/client/cli/query_test.go
0 → 100644
Please register or sign in to comment