Update hbapiaddprj_test.go

fix go vet ./...
tests/apitests/hbapiaddprj_test.go:12: Println call ends with newline
This commit is contained in:
yhua123 2016-06-20 14:36:47 +08:00 committed by GitHub
parent 2b8eb8636c
commit 5c500cf4a1

View File

@ -9,7 +9,7 @@ import (
func TestAddProject(t *testing.T) {
fmt.Println("Test for Project Add (ProjectsPost) API\n")
fmt.Println("Test for Project Add (ProjectsPost) API")
assert := assert.New(t)
apiTest := HarborAPI.NewHarborAPI()