This commit is contained in:
yp05327 2023-07-31 23:47:25 +00:00
parent 8e96323ef0
commit 08b0159874
2 changed files with 3 additions and 3 deletions

View File

@ -139,12 +139,12 @@
-
id: 24
user_id: 40
repo_id: 60
repo_id: 61
mode: 4
-
id: 25
user_id: 41
repo_id: 61
repo_id: 62
mode: 1

View File

@ -188,7 +188,7 @@ func TestOnlyGetDeletedBranchOnCorrectRepo(t *testing.T) {
func TestFindRecentlyPushedNewBranches(t *testing.T) {
assert.NoError(t, unittest.PrepareTestDatabase())
repo := unittest.AssertExistsAndLoadBean(t, &repo_model.Repository{ID: 58})
repo := unittest.AssertExistsAndLoadBean(t, &repo_model.Repository{ID: 59})
user39 := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 39})
user40 := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 40})
user41 := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 41})