func TestTablet(t *testing.T) { ts := newFakeTeeServer(t) test.CheckTablet(context.Background(), t, ts) }
func TestTablet(t *testing.T) { ts := NewTestServer(t, []string{"test"}) defer ts.Close() test.CheckTablet(context.Background(), t, ts) }