diff --git a/src/receive_imf/tests.rs b/src/receive_imf/tests.rs index d4f19f71b..ef273df3f 100644 --- a/src/receive_imf/tests.rs +++ b/src/receive_imf/tests.rs @@ -4408,7 +4408,7 @@ async fn test_list_from() -> Result<()> { "clubinfo@donotreply.oeamtc.at" ); let info = msg.id.get_info(t).await?; - assert!(info.contains("Sent: 2024.03.20 09:00:01 by ~ÖAMTC (clubinfo@donotreply.oeamtc.at)")); + assert!(info.contains(" by ~ÖAMTC (clubinfo@donotreply.oeamtc.at)")); Ok(()) }