Update hbapisearch_test.go

go vet ./...
tests/apitests/hbapisearch_test.go:11: Println call ends with newline
This commit is contained in:
yhua123 2016-06-20 14:39:22 +08:00 committed by GitHub
parent 3157559c4e
commit c6f1d1f0b0

View File

@ -8,7 +8,7 @@ import (
)
func TestSearch(t *testing.T) {
fmt.Println("Test for Search (SearchGet) API\n")
fmt.Println("Test for Search (SearchGet) API")
assert := assert.New(t)
apiTest := HarborAPI.NewHarborAPI()