From fb2e788dffd6303c5ba39ad950382c06151fcdd2 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 13 Dec 2019 19:06:58 +0100 Subject: Remove VALUE tag, which breaks the tests Signed-off-by: Matthias Beyer --- src/testdata.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testdata.rs b/src/testdata.rs index 2c7b902..9237889 100644 --- a/src/testdata.rs +++ b/src/testdata.rs @@ -25,8 +25,8 @@ pub static TEST_EVENT_MULTIDAY: &str = indoc!( BEGIN:VEVENT UID:20070423T123432Z-541111@example.com DTSTAMP:20070423T123432Z - DTSTART;VALUE=DATE:20070628T132900 - DTEND;VALUE=DATE:20070709T072900 + DTSTART:20070628T132900 + DTEND:20070709T072900 SUMMARY:Festival International de Jazz de Montreal LOCATION:LDB Lobby TRANSP:TRANSPARENT -- cgit v1.2.3