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