Example #1
0
func TestKeyspace(t *testing.T) {
	ts := newFakeTeeServer(t)
	test.CheckKeyspace(t, ts)
}
Example #2
0
func TestKeyspace(t *testing.T) {
	ts := NewTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckKeyspace(t, ts)
}