cosmos-sdk/tests/systemtests/main_test.go
2025-02-14 17:27:03 -05:00

12 lines
130 B
Go

package systemtests
import (
"testing"
"cosmossdk.io/systemtests"
)
func TestMain(m *testing.M) {
systemtests.RunTests(m)
}