ipld-eth-server/pkg/contract_summary/contract_summary_suite_test.go

14 lines
220 B
Go
Raw Normal View History

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