ipld-eth-server/pkg/transformers/flop_kick/flop_kick_suite_test.go

14 lines
198 B
Go
Raw Normal View History

2018-09-26 14:42:52 +00:00
package flop_kick_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestFlopKick(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "FlopKick Suite")
}