Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asahasrabuddhe committed Dec 5, 2019
1 parent eb35e4d commit 63d19b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app_test.go
Expand Up @@ -1452,7 +1452,6 @@ func TestApp_Run_CommandWithSubcommandHasHelpTopic(t *testing.T) {
}

output := buf.String()
//log.Printf("output: %q\n", buf.Bytes())

if strings.Contains(output, "No help topic for") {
t.Errorf("expect a help topic, got none: \n%q", output)
Expand Down Expand Up @@ -1719,7 +1718,6 @@ func TestApp_Run_Categories(t *testing.T) {
}

output := buf.String()
//log.Printf("output: %q\n", buf.Bytes())

if !strings.Contains(output, "1:\n command1") {
t.Errorf("want buffer to include category %q, did not: \n%q", "1:\n command1", output)
Expand Down

0 comments on commit 63d19b6

Please sign in to comment.