ffrom panics
This commit is contained in:
@@ -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),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user