featurebase/et_test.go
tgruben 2f1beaf119
Dataframe (#2241)
* Dataframe
2022-11-21 17:38:48 -06:00

14 lines
260 B
Go

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