Skip to content

Commit

Permalink
remve breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Nov 6, 2023
1 parent 98edb0c commit e17177e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tasks/test_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ def test_task_apply_missing_deposits(mock_send_task):
existing_deposits = Transaction.objects(
tipo=TipoTransaccion.deposito, fecha_operacion=fecha_operacion
).all()
breakpoint()
apply_missing_deposits()
deposits = Transaction.objects(
tipo=TipoTransaccion.deposito, fecha_operacion=fecha_operacion
Expand Down

0 comments on commit e17177e

Please sign in to comment.