Skip to content

Commit fc5d3cb

Browse files
committed
Remove comments
1 parent d300550 commit fc5d3cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

github/projects_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ func TestProjectsService_GetProjectForUser(t *testing.T) {
164164
})
165165
}
166166

167-
// TestProjectsService_ListProjectsForOrg_pagination clarifies how callers should
168-
// use resp.After to request the next page and resp.Before for previous pages when supported.
169167
func TestProjectsService_ListProjectsForOrg_pagination(t *testing.T) {
170168
t.Parallel()
171169
client, mux, _ := setup(t)
@@ -217,8 +215,6 @@ func TestProjectsService_ListProjectsForOrg_pagination(t *testing.T) {
217215
}
218216
}
219217

220-
// TestProjectsService_ListProjectsForUser_pagination mirrors the org pagination test
221-
// but exercises the user endpoint to ensure Before/After cursor handling works identically.
222218
func TestProjectsService_ListProjectsForUser_pagination(t *testing.T) {
223219
t.Parallel()
224220
client, mux, _ := setup(t)

0 commit comments

Comments
 (0)