Skip to content

Commit

Permalink
Added a more detailled unit test message
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrunwald committed Dec 1, 2017
1 parent 61cb4bc commit 239c317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func TestGetIssuesOutOfMessage(t *testing.T) {
{"WeB-4711 sys-1234 PRD-5678 remove authentication prod build for now", []string{"WEB", "SYS", "PRD"}, []string{"WeB-4711", "sys-1234", "PRD-5678"}},
{"TASKLESS: Removes duplicated comment code.", []string{"WEB"}, nil},
{"This is a commit message and we applied the PHP standard PSR-0 to the codebase", []string{"WEB"}, nil},
{"Merge remote-tracking branch 'origin/master' into bugfix/web-12345-fix-hotel-award-2017-on-android-7", []string{"WEB"}, []string{"web-12345"}},
}

for _, data := range dataProvider {
Expand Down

0 comments on commit 239c317

Please sign in to comment.