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

12 lines
173 B
Go
Raw Normal View History

2018-07-11 15:14:37 -07:00
package simulation
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestFullGaiaSimulation(t *testing.T) {
require.True(t, true, "should not happen")
}