Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
KristjanESPERANTO committed Dec 30, 2024
1 parent c439bcd commit e62e98f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4324,7 +4324,9 @@ test.addTest('Real world example: Was not processed right (test over a full year
test.addTest('Real world example: Was not processed right', [
'Tu 10:00-12:00, Fr 16:00-18:00; unknown',
], '2014-01-01 0:00', '2016-01-01 0:00', [
], 0, 0, false, {}, 'not last test');
[ '2014-01-07 10:00', '2014-01-07 12:00' ],
[ '2014-01-10 16:00', '2014-01-10 18:00' ],
], 1000 * 60 * 60 * 4, 0, false, {}, 'not last test');

/* https://github.com/opening-hours/opening_hours.js/issues/75 {{{ */
test.addTest('Real world example: Problem with <additional_rule_separator> in holiday parser', [
Expand Down

0 comments on commit e62e98f

Please sign in to comment.