Codebase list golang-github-nlopes-slack / 7a2193d
Fix t.Errorf failing on go:tip for lacking formatting directives Ramy Aboul Naga authored 5 years ago James committed 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
298298 }
299299 err = api.OpenDialog("", *dialog)
300300 if err == nil {
301 t.Errorf("Did not error with empty trigger", err)
301 t.Errorf("Did not error with empty trigger: %s", err)
302302 return
303303 }
304304 }