Move files

This commit is contained in:
Christopher Goes 2018-07-12 00:14:37 +02:00
parent 4623923fb8
commit f9f326cefb
2 changed files with 11 additions and 0 deletions

View File

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