File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,6 @@ func TestProjectsService_GetProjectForUser(t *testing.T) {
164
164
})
165
165
}
166
166
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.
169
167
func TestProjectsService_ListProjectsForOrg_pagination (t * testing.T ) {
170
168
t .Parallel ()
171
169
client , mux , _ := setup (t )
@@ -217,8 +215,6 @@ func TestProjectsService_ListProjectsForOrg_pagination(t *testing.T) {
217
215
}
218
216
}
219
217
220
- // TestProjectsService_ListProjectsForUser_pagination mirrors the org pagination test
221
- // but exercises the user endpoint to ensure Before/After cursor handling works identically.
222
218
func TestProjectsService_ListProjectsForUser_pagination (t * testing.T ) {
223
219
t .Parallel ()
224
220
client , mux , _ := setup (t )
You can’t perform that action at this time.
0 commit comments