chore(discussion/client): polish and cleanup tests

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Babak K. Shandiz 2026-04-28 10:41:54 +01:00
parent e263abfb2c
commit cf40f9293d
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -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")