ipld-eth-server/pkg/transformers/shared/constants/constants_suite_test.go

14 lines
200 B
Go
Raw Normal View History

package constants_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestConstants(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Constants Suite")
}