mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-11-25 22:12:08 +02:00
Added basic version of Group API (Thanks to @aviz)
This commit is contained in:
@@ -106,6 +106,12 @@ func TestNewClient_WithServices(t *testing.T) {
|
||||
if c.Sprint == nil {
|
||||
t.Error("No SprintService provided")
|
||||
}
|
||||
if c.User == nil {
|
||||
t.Error("No UserService provided")
|
||||
}
|
||||
if c.Group == nil {
|
||||
t.Error("No GroupService provided")
|
||||
}
|
||||
}
|
||||
|
||||
func TestCheckResponse(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user