Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit ab6c232

Browse files
committed
fix tests
1 parent 8edad76 commit ab6c232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/cmd/frontend/internal/batches/webhooks/gitlab_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ func (db *brokenDB) QueryRowContext(ctx context.Context, q string, args ...any)
858858
}
859859

860860
func (db *brokenDB) Transact(context.Context) (basestore.TransactableHandle, error) {
861-
return db, nil
861+
return nil, db.err
862862
}
863863

864864
func (db *brokenDB) Done(err error) error {

0 commit comments

Comments
 (0)