cosmos-sdk/cmd/gaia/simulation/sim_test.go

12 lines
173 B
Go

package simulation
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestFullGaiaSimulation(t *testing.T) {
require.True(t, true, "should not happen")
}