Fix: Event happening exactly now shows LIVE instead of In 0m #28

Merged
shoko merged 2 commits from fix/live-time-display into master 2026-03-26 18:48:24 +01:00
Owner

Summary

## Summary - Changed `total_sec < 0` to `total_sec <= 0` to catch the edge case where an event is happening right now (total_sec = 0) - All 69 tests pass - Issue: #27
shoko added 1 commit 2026-03-26 18:43:48 +01:00
Changed condition from total_sec < 0 to total_sec <= 0 to catch the edge case where an event is happening right now.
shoko added 1 commit 2026-03-26 18:47:07 +01:00
Added test_get_time_data_live_exactly_now to prevent regression.
han approved these changes 2026-03-26 18:48:09 +01:00
han left a comment
Collaborator

lgtm

lgtm
shoko merged commit c0f008ab8b into master 2026-03-26 18:48:24 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/jujutsu-skills#28