Skip to content

Commit

Permalink
daylight and gregorian hours do not play nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
garbados committed Jan 10, 2025
1 parent d9c1371 commit 2e3a4b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ async function testwitchy (datetime, witchy) {
assert.ok(comesafter(datetime, witchy.day.rise))
assert.ok(comesafter(witchy.day.set, witchy.day.rise))
assert.ok(comesafter(witchy.day.next, witchy.day.set))
assert.ok((witchy.day.dayhours + witchy.day.nighthours) >= 23.75, (witchy.day.dayhours + witchy.day.nighthours))
// time checks
if (witchy.time.hour >= 10) {
assert.ok(comesafter(datetime, witchy.day.set))
Expand Down

0 comments on commit 2e3a4b0

Please sign in to comment.