mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-04-25 12:14:56 +02:00
go fmt
This commit is contained in:
parent
945066e79e
commit
df3bf313a0
@ -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")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user