fix error log in new skip action test

pull/2741/head
Lucian Jones 2019-06-25 14:51:46 +12:00
parent e51ef216f3
commit 9d6dd20375
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ func TestTrigger_SkipAction(t *testing.T) {
_, err := triggerer.Trigger(noContext, dummyRepo, dummyHook)
if err != nil {
t.Errorf("Expect build silenty skipped if event does not match")
t.Errorf("Expect build silenty skipped if action does not match")
}
}