Action error shadowing avoided on After

This commit is contained in:
Dario Castañé
2014-11-18 23:54:27 +01:00
parent 44efc2952d
commit 3c4b583fee
2 changed files with 10 additions and 3 deletions

View File

@@ -396,7 +396,6 @@ func TestApp_AfterFunc(t *testing.T) {
}
}
func TestAppHelpPrinter(t *testing.T) {
oldPrinter := cli.HelpPrinter
defer func() {