1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-07-03 00:27:05 +02:00

Add boards and fix some bugs in project

This commit is contained in:
Evgen Kostenko
2016-06-15 12:20:37 +03:00
parent ba0906a1b8
commit 065bb9db44
4 changed files with 66 additions and 25 deletions

View File

@ -68,7 +68,7 @@ func TestProjectGet_NoProject(t *testing.T) {
projects, resp, err := testClient.Project.Get("99999999")
if projects != nil {
t.Errorf("Expected nil. Got %s", projects)
t.Errorf("Expected nil. Got %s", err)
}
if resp.Status == "404" {