Skip to content

Commit 7bdd969

Browse files
committed
Fix integration test
1 parent 37fccdb commit 7bdd969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/db/iterate_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestIterate(t *testing.T) {
2525
return nil
2626
})
2727
assert.NoError(t, err)
28-
assert.EqualValues(t, 81, repoCnt)
28+
assert.EqualValues(t, 83, repoCnt)
2929

3030
err = db.Iterate(db.DefaultContext, nil, func(ctx context.Context, repoUnit *repo_model.RepoUnit) error {
3131
reopUnit2 := repo_model.RepoUnit{ID: repoUnit.ID}

0 commit comments

Comments
 (0)