chore(discussion/client): polish and cleanup tests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
e263abfb2c
commit
cf40f9293d
1 changed files with 0 additions and 12 deletions
|
|
@ -105,10 +105,6 @@ func searchResp(hasNext bool, cursor string, count int, nodes string) string {
|
|||
`, count, hasNext, cursor, nodes)
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// List
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
func TestList(t *testing.T) {
|
||||
repo := ghrepo.New("OWNER", "REPO")
|
||||
|
||||
|
|
@ -1160,10 +1156,6 @@ func TestGetByNumber(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// GetWithComments
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
func TestGetWithComments(t *testing.T) {
|
||||
repo := ghrepo.New("OWNER", "REPO")
|
||||
|
||||
|
|
@ -1822,10 +1814,6 @@ func TestGetWithComments(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// GetCommentReplies
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
func TestGetCommentReplies(t *testing.T) {
|
||||
repo := ghrepo.New("OWNER", "REPO")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue