pkg/storage/etcd3: remove name field in test

Current test gets the name with its test table index,
so there seems to be no reason to have name field in test table.
This commit is contained in:
Gyu-Ho Lee 2016-05-29 02:17:35 -07:00
parent 825cd920ff
commit b8740c2c67

View File

@ -274,7 +274,6 @@ func TestGuaranteedUpdate(t *testing.T) {
tests := []struct { tests := []struct {
key string key string
name string
ignoreNotFound bool ignoreNotFound bool
precondition *storage.Preconditions precondition *storage.Preconditions
expectNotFoundErr bool expectNotFoundErr bool