From 5c500cf4a113fc482473ae2f7e8344393087e1c4 Mon Sep 17 00:00:00 2001 From: yhua123 Date: Mon, 20 Jun 2016 14:36:47 +0800 Subject: [PATCH] Update hbapiaddprj_test.go fix go vet ./... tests/apitests/hbapiaddprj_test.go:12: Println call ends with newline --- tests/apitests/hbapiaddprj_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apitests/hbapiaddprj_test.go b/tests/apitests/hbapiaddprj_test.go index 94309e583..3ac82e1e8 100644 --- a/tests/apitests/hbapiaddprj_test.go +++ b/tests/apitests/hbapiaddprj_test.go @@ -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()