1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-08 22:16:34 +02:00

remove debug code

This commit is contained in:
zenixhuang
2018-03-12 17:48:28 +09:00
parent 6e4048ba34
commit b5ebe58a8f

View File

@ -255,7 +255,7 @@ func TestIssueService_Get_Fields(t *testing.T) {
issue, _, err := testClient.Issue.Get("10002", nil) issue, _, err := testClient.Issue.Get("10002", nil)
if issue == nil { if issue == nil {
t.Errorf("Expected issue. Issue is nil %s", err) t.Errorf("Expected issue. Issue is nil")
} }
if !reflect.DeepEqual(issue.Fields.Labels, []string{"test"}) { if !reflect.DeepEqual(issue.Fields.Labels, []string{"test"}) {
t.Error("Expected labels for the returned issue") t.Error("Expected labels for the returned issue")