Skip to content

Commit 1a75379

Browse files
RossTarrantkerobbi
andauthored
Remove redundant param
Co-authored-by: Roberto Nacu <kerobbi@github.com>
1 parent a1e3b45 commit 1a75379

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/github/discussions_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,6 @@ func Test_DiscussionCommentWrite(t *testing.T) {
949949
assert.Contains(t, schema.Properties, "discussionNumber")
950950
assert.Contains(t, schema.Properties, "body")
951951
assert.Contains(t, schema.Properties, "commentNodeID")
952-
assert.NotContains(t, schema.Properties, "replyToCommentNodeID")
953952
assert.ElementsMatch(t, schema.Required, []string{"method"})
954953

955954
discussionQueryMatcher := githubv4mock.NewQueryMatcher(

0 commit comments

Comments
 (0)