diff --git a/pkg/cmd/discussion/client/client_impl_test.go b/pkg/cmd/discussion/client/client_impl_test.go index 824de4219..16c0813a2 100644 --- a/pkg/cmd/discussion/client/client_impl_test.go +++ b/pkg/cmd/discussion/client/client_impl_test.go @@ -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")