Skip to content

Commit cc27328

Browse files
committed
Add missing argument for MentionableUsers
1 parent 6b33125 commit cc27328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Octokit.GraphQL.IntegrationTests/Queries/RepositoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public async Task Query_Organization_Repositories_Select_Multiple_Object_Fragmen
280280
.Select(fragment).ToList().OrderBy(o => o.StringField1).First(),
281281

282282
MentionableUser = organization.Repository("octokit.net")
283-
.MentionableUsers(10, null, null, null).Nodes
283+
.MentionableUsers(10, null, null, null, null).Nodes
284284
.Select(fragment).ToList().OrderBy(o => o.StringField1).First()
285285
});
286286

0 commit comments

Comments
 (0)