We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b064f7a commit 6ab5137Copy full SHA for 6ab5137
1 file changed
pkg/github/discussions_test.go
@@ -101,8 +101,8 @@ func Test_ListDiscussions(t *testing.T) {
101
Number githubv4.Int
102
Title githubv4.String
103
CreatedAt githubv4.DateTime
104
- UpdatedAt githubv4.DateTime // Added
105
- Author struct { // Added
+ UpdatedAt githubv4.DateTime
+ Author struct {
106
Login githubv4.String
107
}
108
Category struct {
0 commit comments