summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorges Racinet <gracinet@anybox.fr>2016-02-20 18:13:24 +0100
committerGeorges Racinet <gracinet@anybox.fr>2016-02-20 18:13:24 +0100
commitc806290562b7832b020cc46960ef538c01a2d15c (patch)
treece595e89a4b7defcc969e3108e6cc8b34d86c094
parent9e867bfd779894d602487d4fbaabe5d63d94cb52 (diff)
Got rid of 'unused' warning
-rw-r--r--tests/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib.rs b/tests/lib.rs
index 4f5e998..d5e4f24 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -112,6 +112,7 @@ fn test_icalendar_multline2() {
END:VEVENT\n\
END:VCALENDAR\n").unwrap();
+ assert_eq!(event.name, s!("VCALENDAR"));
}
#[test]