diff --git a/pttodoest/src/main.rs b/pttodoest/src/main.rs index 9461615..42896ea 100755 --- a/pttodoest/src/main.rs +++ b/pttodoest/src/main.rs @@ -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), }; }