Skip to content

Commit 1358739

Browse files
committed
update
1 parent bff29ef commit 1358739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/store/database/repository_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ func TestRepoStore_PublicToUserSimple(t *testing.T) {
340340
// case 2: two tag
341341
repos, _, err = rs.PublicToUser(ctx, repo.RepositoryType, []int64{1}, filter, 20, 1)
342342
require.Nil(t, err)
343-
require.Nil(t, repos)
343+
require.NotNil(t, repos)
344344
}
345345

346346
func TestRepoStore_PublicToUser(t *testing.T) {

0 commit comments

Comments
 (0)