ipld-eth-beacon-indexer/internal/shutdown/shutdown_suite_test.go

14 lines
200 B
Go
Raw Normal View History

package shutdown_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestShutdown(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Shutdown Suite")
}