ipld-eth-server/pkg/watched_contracts/watched_contracts_suite_test.go

14 lines
222 B
Go

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