remove comments
This commit is contained in:
parent
eb35e4d3c7
commit
63d19b6c5c
@ -1452,7 +1452,6 @@ func TestApp_Run_CommandWithSubcommandHasHelpTopic(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
output := buf.String()
|
output := buf.String()
|
||||||
//log.Printf("output: %q\n", buf.Bytes())
|
|
||||||
|
|
||||||
if strings.Contains(output, "No help topic for") {
|
if strings.Contains(output, "No help topic for") {
|
||||||
t.Errorf("expect a help topic, got none: \n%q", output)
|
t.Errorf("expect a help topic, got none: \n%q", output)
|
||||||
@ -1719,7 +1718,6 @@ func TestApp_Run_Categories(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
output := buf.String()
|
output := buf.String()
|
||||||
//log.Printf("output: %q\n", buf.Bytes())
|
|
||||||
|
|
||||||
if !strings.Contains(output, "1:\n command1") {
|
if !strings.Contains(output, "1:\n command1") {
|
||||||
t.Errorf("want buffer to include category %q, did not: \n%q", "1:\n command1", output)
|
t.Errorf("want buffer to include category %q, did not: \n%q", "1:\n command1", output)
|
||||||
|
Loading…
Reference in New Issue
Block a user