delete the useless gv

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
This commit is contained in:
yupengzte 2017-05-16 13:56:33 +08:00
parent 24cb1cec64
commit d69b67f71a

View File

@ -583,7 +583,7 @@ func TestAddKnownTypesIdemPotent(t *testing.T) {
t.Fatalf("unexpected error: %v", err) t.Fatalf("unexpected error: %v", err)
} }
if len(kinds) != 1 { if len(kinds) != 1 {
t.Errorf("expected only one kind for InternalSimple after double registration", gv) t.Errorf("expected only one kind for InternalSimple after double registration")
} }
} }