From b8740c2c67392ca9d9837f9ee43955ca89d3c263 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Sun, 29 May 2016 02:17:35 -0700 Subject: [PATCH] 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. --- pkg/storage/etcd3/store_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/storage/etcd3/store_test.go b/pkg/storage/etcd3/store_test.go index 2fd686d2ee6..e66f859e983 100644 --- a/pkg/storage/etcd3/store_test.go +++ b/pkg/storage/etcd3/store_test.go @@ -274,7 +274,6 @@ func TestGuaranteedUpdate(t *testing.T) { tests := []struct { key string - name string ignoreNotFound bool precondition *storage.Preconditions expectNotFoundErr bool