1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-04-25 12:14:56 +02:00
This commit is contained in:
Andy Grunwald 2016-07-29 19:35:04 +02:00
parent 945066e79e
commit df3bf313a0

View File

@ -142,7 +142,7 @@ func TestIssueService_Get_Fields(t *testing.T) {
if len(issue.Fields.Comments.Comments) != 1 {
t.Errorf("Expected one comment, %v found", len(issue.Fields.Comments.Comments))
}
if (issue.Fields.Epic == nil) {
if issue.Fields.Epic == nil {
t.Error("Epic expected but not found")
}