mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-14 23:45:03 +02:00
fix: Add PriorityService to the main
This commit is contained in:
@ -115,6 +115,9 @@ func TestNewClient_WithServices(t *testing.T) {
|
||||
if c.Version == nil {
|
||||
t.Error("No VersionService provided")
|
||||
}
|
||||
if c.Priority == nil {
|
||||
t.Error("No PriorityService provided")
|
||||
}
|
||||
}
|
||||
|
||||
func TestCheckResponse(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user