ffrom panics

This commit is contained in:
Bel LaPointe
2026-02-01 11:48:58 -07:00
parent d6167c84bf
commit d45ddb3b6d

View File

@@ -635,17 +635,17 @@ mod v1 {
#[test]
fn test_schedule_cron_resolve_reschedules() {
//panic!("not impl");
//!("not impl");
}
#[test]
fn test_schedule_duration_resolve_reschedules() {
//panic!("not impl");
//!("not impl");
}
#[test]
fn test_schedule_date_resolve_does_not_reschedule() {
//panic!("not impl");
//!("not impl");
}
#[test]
@@ -829,7 +829,7 @@ mod v1 {
_ => {}
};
}
Err(msg) => panic!("{}", msg),
Err(msg) => //!("{}", msg),
};
}