Skip to content

Commit 6ab5137

Browse files
committed
remove comment
1 parent b064f7a commit 6ab5137

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/github/discussions_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ func Test_ListDiscussions(t *testing.T) {
101101
Number githubv4.Int
102102
Title githubv4.String
103103
CreatedAt githubv4.DateTime
104-
UpdatedAt githubv4.DateTime // Added
105-
Author struct { // Added
104+
UpdatedAt githubv4.DateTime
105+
Author struct {
106106
Login githubv4.String
107107
}
108108
Category struct {

0 commit comments

Comments
 (0)