mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-08-06 22:13:02 +02:00
feat: Add ResolutionService to retrieve resolutions
This commit is contained in:
@ -118,6 +118,9 @@ func TestNewClient_WithServices(t *testing.T) {
|
||||
if c.Priority == nil {
|
||||
t.Error("No PriorityService provided")
|
||||
}
|
||||
if c.Resolution == nil {
|
||||
t.Error("No ResolutionService provided")
|
||||
}
|
||||
}
|
||||
|
||||
func TestCheckResponse(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user