mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-01-05 22:53:53 +02:00
Puts test back how it was...
This commit is contained in:
parent
f87c8b0ab5
commit
1c15e45764
@ -96,12 +96,12 @@ func TestIssueService_Update(t *testing.T) {
|
||||
},
|
||||
}
|
||||
issue, _, err := testClient.Issue.Update(i)
|
||||
if err != nil {
|
||||
t.Errorf("Error given: %s", err)
|
||||
}
|
||||
if issue == nil {
|
||||
t.Error("Expected issue. Issue is nil")
|
||||
}
|
||||
if err != nil {
|
||||
t.Errorf("Error given: %s", err)
|
||||
}
|
||||
}
|
||||
|
||||
func TestIssueService_UpdateIssue(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user