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