mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-23 21:09:19 +02:00
cosmetic fix in boards imports, tests in projects
This commit is contained in:
parent
c66a9e0e77
commit
e3b9aad702
1
board.go
1
board.go
@ -1,7 +1,6 @@
|
|||||||
package jira
|
package jira
|
||||||
|
|
||||||
import (
|
import (
|
||||||
//"fmt"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
@ -68,7 +68,7 @@ func TestProjectGet_NoProject(t *testing.T) {
|
|||||||
|
|
||||||
projects, resp, err := testClient.Project.Get("99999999")
|
projects, resp, err := testClient.Project.Get("99999999")
|
||||||
if projects != nil {
|
if projects != nil {
|
||||||
t.Errorf("Expected nil. Got %s", err)
|
t.Errorf("Expected nil. Got %+v", projects)
|
||||||
}
|
}
|
||||||
|
|
||||||
if resp.Status == "404" {
|
if resp.Status == "404" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user