Skip to content

Commit acc4151

Browse files
committed
Fix count on TestAPIOrgRepos
1 parent 896de93 commit acc4151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/api_repo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func TestAPIOrgRepos(t *testing.T) {
231231
includesPrivate bool
232232
}{
233233
nil: {count: 1},
234-
user: {count: 2, includesPrivate: true},
234+
user: {count: 3, includesPrivate: true},
235235
user2: {count: 3, includesPrivate: true},
236236
user3: {count: 1},
237237
}

0 commit comments

Comments
 (0)