Skip to content

Commit

Permalink
Add missing test attribute to test function
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Jan 18, 2025
1 parent cde9ab5 commit aa2f562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rrule/src/core/rruleset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ mod tests {
assert_eq!(rruleset.to_string(), rruleset_str);
}

#[test]
fn respect_utc_timezone_in_exdates_rdates() {
let rruleset_str = "DTSTART:20120201T093000Z\nRRULE:FREQ=DAILY;COUNT=3;BYHOUR=9;BYMINUTE=30;BYSECOND=0\nRDATE;VALUE=DATE-TIME:19970101T000000Z,19970120T000000Z\nEXRULE:FREQ=YEARLY;COUNT=8;BYMONTH=6,7;BYMONTHDAY=1;BYHOUR=9;BYMINUTE=30;BYSECOND=0\nEXDATE;VALUE=DATE-TIME:19970121T000000Z";
let rruleset = RRuleSet::from_str(rruleset_str).unwrap();
Expand Down

0 comments on commit aa2f562

Please sign in to comment.