Skip to content

Commit

Permalink
fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendi authored and Rader committed Dec 10, 2024
1 parent ef934b0 commit 2d91c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/store/database/repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func TestRepoStore_PublicToUser(t *testing.T) {
},
{
admin: true, repoType: types.CodeRepo,
expected: []string{"rp1", "rp2", "rp4", "rp5", "rp6"},
expected: []string{"rp1", "rp2", "rp3", "rp4", "rp5", "rp6"},
},
{
admin: false, repoType: types.CodeRepo, search: "rp4",
Expand Down

0 comments on commit 2d91c34

Please sign in to comment.