mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserver/v2store: remove unused testing.T parameter
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
7c5cf7013f
commit
26e46702a2
@ -30,6 +30,9 @@ type v2TestStore struct {
|
||||
func (s *v2TestStore) Close() {}
|
||||
|
||||
func newTestStore(t *testing.T, ns ...string) StoreCloser {
|
||||
if len(ns) == 0 {
|
||||
t.Logf("new v2 store with no namespace")
|
||||
}
|
||||
return &v2TestStore{v2store.New(ns...)}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user