Corect test Title: TestIssueSubscription (#326)
Corect test Title: TestIssueSubscription Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/326 Reviewed-by: Andrew Thornton <art27@cantab.net> Reviewed-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
2883376503
commit
93087537ff
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
||||||
// TestIssue is main func witch call all Tests for Issue API
|
// TestIssue is main func witch call all Tests for Issue API
|
||||||
// (to make sure they are on correct order)
|
// (to make sure they are on correct order)
|
||||||
func TestIssueSubscription(t *testing.T) {
|
func TestIssueSubscription(t *testing.T) {
|
||||||
log.Println("== TestCreateIssues ==")
|
log.Println("== TestIssueSubscription ==")
|
||||||
|
|
||||||
c := newTestClient()
|
c := newTestClient()
|
||||||
repo, _ := createTestRepo(t, "IssueWatch", c)
|
repo, _ := createTestRepo(t, "IssueWatch", c)
|
||||||
|
|
Loading…
Reference in a new issue