Fix misspell error

This commit is contained in:
c-bata 2018-02-19 23:26:28 +09:00
parent 8c7b61cef8
commit 60a3c0a2b3

@ -82,7 +82,7 @@ func TestFormatShortSuggestion(t *testing.T) {
{Text: " --include-extended-apis ", Description: " --------------... "}, {Text: " --include-extended-apis ", Description: " --------------... "},
}, },
max: 50, max: 50,
exWidth: len(" --include-extended-apis " + " If true, includ..."), exWidth: len(" --include-extended-apis " + " ---------------..."),
}, },
{ {
in: []Suggest{ in: []Suggest{