Remove spurious field in kind sorter test

The test never reads the manifest type's "content" field, so there's
no reason to populate it explicitly with its zero value.
reviewable/pr2667/r1
Steven E. Harris 8 years ago
parent 2aaad8242e
commit 2ada698dd5

@ -119,7 +119,6 @@ func TestKindSorter(t *testing.T) {
}, },
{ {
name: "w", name: "w",
content: "",
head: &util.SimpleHead{Kind: "APIService"}, head: &util.SimpleHead{Kind: "APIService"},
}, },
} }

Loading…
Cancel
Save