cosmos-sdk/simapp/v2/sim_test.go
Alexander Peters cf721a6540
feat(sims): Integration with app v2 (#23013)
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
2025-01-09 08:19:35 +00:00

8 lines
106 B
Go

package simapp
import "testing"
func TestSimsAppV2(t *testing.T) {
RunWithSeeds[Tx](t, defaultSeeds)
}