mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-17 20:47:57 +02:00
remove debug code
This commit is contained in:
parent
6e4048ba34
commit
b5ebe58a8f
@ -255,7 +255,7 @@ func TestIssueService_Get_Fields(t *testing.T) {
|
||||
|
||||
issue, _, err := testClient.Issue.Get("10002", 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"}) {
|
||||
t.Error("Expected labels for the returned issue")
|
||||
|
Loading…
x
Reference in New Issue
Block a user