Move files
This commit is contained in:
parent
4623923fb8
commit
f9f326cefb
|
@ -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")
|
||||
}
|
Loading…
Reference in New Issue