[k8s.io/apimachinery/pkg/test]: cleanup commented code

The commented code has no help to make reader more comprehensiable, it was just
a legacy copy paste.

Signed-off-by: Zhou Peng <p@ctriple.cn>
This commit is contained in:
Zhou Peng 2021-01-10 23:17:31 +08:00
parent 94b082550e
commit 894ac9b899

View File

@ -223,8 +223,6 @@ func TestProtobufDecode(t *testing.T) {
0x22, 0x00, // content-encoding
}
//err1 := fmt.Errorf("a test error")
testCases := []struct {
obj runtime.Object
data []byte