Skip to content

Commit e1db03b

Browse files
committed
correct TEST
1 parent 6589ccb commit e1db03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/repo_list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func TestSearchRepository(t *testing.T) {
178178
count: 25},
179179
{name: "AllPublic/PublicAndPrivateRepositoriesOfUserIncludingCollaborative",
180180
opts: &SearchRepoOptions{Page: 1, PageSize: 10, OwnerID: 15, Private: true, AllPublic: true, Template: util.OptionalBoolFalse},
181-
count: 31},
181+
count: 30},
182182
{name: "AllPublic/PublicAndPrivateRepositoriesOfUserIncludingCollaborativeByName",
183183
opts: &SearchRepoOptions{Keyword: "test", Page: 1, PageSize: 10, OwnerID: 15, Private: true, AllPublic: true},
184184
count: 15},

0 commit comments

Comments
 (0)