Commit f588315b authored by Steven E. Harris's avatar Steven E. Harris Committed by GitHub

Remove spurious field in kind sorter test (#2667)

The test never reads the manifest type's "content" field, so there's
no reason to populate it explicitly with its zero value.
parent 5ed2d6bd
......@@ -119,7 +119,6 @@ func TestKindSorter(t *testing.T) {
},
{
Name: "w",
Content: "",
Head: &util.SimpleHead{Kind: "APIService"},
},
}
......
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