From d45ddb3b6d5e66a520c1d16d890a745cfb54df4f Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sun, 1 Feb 2026 11:48:58 -0700 Subject: [PATCH] ffrom panics --- pttodoest/src/main.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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), }; }