Skip to content

Commit

Permalink
debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Dec 25, 2024
1 parent 35efe65 commit 4fb8197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.el
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ a post-event cutoff set but the current time set appropriately."
;; just before the notification should trigger
(with-current-time (25704 52655 0 0)
(let ((org-alert-notify-after-event-cutoff 60))
(print (current-time-string (current-time)))
(org-alert-check)
(should (= (length test-alert-notifications) 0))))))

Expand All @@ -91,5 +92,6 @@ a post-event cutoff set but the current time set appropriately."
(with-test-org "plain.org"
(with-current-time (25704 52945 0 0) ; 9:44:49
(should (= (length test-alert-notifications) 0))
(print (current-time-string (current-time)))
(org-alert-check)
(should (= (length test-alert-notifications) 0)))))

0 comments on commit 4fb8197

Please sign in to comment.