Co-authored-by: Alexander Peters <alpe@users.noreply.github.com> Co-authored-by: Julien Robert <julien@rbrt.fr>
8 lines
106 B
Go
8 lines
106 B
Go
package simapp
|
|
|
|
import "testing"
|
|
|
|
func TestSimsAppV2(t *testing.T) {
|
|
RunWithSeeds[Tx](t, defaultSeeds)
|
|
}
|