featurebase/et_test.go
2022-12-12 09:01:20 -08:00

14 lines
270 B
Go

package pilosa_test
import (
"testing"
"github.com/featurebasedb/featurebase/v3/test"
"github.com/featurebasedb/featurebase/v3/vprint"
)
func TestEtcd_StartStop(t *testing.T) {
c := test.MustRunUnsharedCluster(t, 1)
err := c.Close()
vprint.VV("DONE %v", err)
}