Skip to content

Commit 60961d2

Browse files
committed
Removed debug
1 parent 9bf09ba commit 60961d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_user_alert.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ def test_user_alert_status_offline() -> None:
190190
_folder.commit()
191191
_run.alerts = [_alert.id]
192192
_run.commit()
193-
193+
194194
sender(_alert._local_staging_file.parents[1], 1, 10, ["folders", "runs", "alerts"])
195195
time.sleep(1)
196-
196+
197197
_alert.set_status(_run.id, "critical")
198198
_alert.commit()
199199
import pdb; pdb.set_trace()

0 commit comments

Comments
 (0)