re-add unwanted rm

This commit is contained in:
m.huber 2024-04-30 02:06:08 +02:00
parent 16f797ba10
commit 6fef0b74ab
1 changed files with 1 additions and 0 deletions

View File

@ -79,4 +79,5 @@ func TestRepoGetReviewers(t *testing.T) {
reviewers, err = repo_model.GetReviewers(ctx, repo3, 2, 2)
assert.NoError(t, err)
assert.Len(t, reviewers, 1)
}