Corect test Title: TestIssueSubscription #326

Merged
techknowlogick merged 1 commits from 6543/go-sdk:smal-fixes into master 2020-05-19 06:33:14 +00:00

View File

@ -14,7 +14,7 @@ import (
// TestIssue is main func witch call all Tests for Issue API
// (to make sure they are on correct order)
func TestIssueSubscription(t *testing.T) {
log.Println("== TestCreateIssues ==")
log.Println("== TestIssueSubscription ==")
c := newTestClient()
repo, _ := createTestRepo(t, "IssueWatch", c)