Commit d69b67f7 authored by yupengzte's avatar yupengzte

delete the useless gv

parent 24cb1cec
...@@ -583,7 +583,7 @@ func TestAddKnownTypesIdemPotent(t *testing.T) { ...@@ -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")
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment