5b75f5a257
The main reason to do this is so they can all access the `BeaconClient` Struct.
14 lines
210 B
Go
14 lines
210 B
Go
package beaconclient_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestHealthcheck(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Healthcheck Suite")
|
|
}
|