Skip to content

Commit a673e38

Browse files
Update run_test.go
1 parent cb9988a commit a673e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/actions/run_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ func TestUpdateRepoRunsNumbers(t *testing.T) {
3030
err = UpdateRepoRunsNumbers(t.Context(), repo)
3131
assert.NoError(t, err)
3232
repo = unittest.AssertExistsAndLoadBean(t, &repo_model.Repository{ID: 4})
33-
assert.Equal(t, 4, repo.NumActionRuns)
33+
assert.Equal(t, 5, repo.NumActionRuns)
3434
assert.Equal(t, 3, repo.NumClosedActionRuns)
3535
}

0 commit comments

Comments
 (0)