This commit is contained in:
Robin Müller 2022-10-21 20:09:55 +02:00
parent ac850533e1
commit 714f4ba89c
No known key found for this signature in database
GPG Key ID: BE6480244DFE612C

View File

@ -359,6 +359,7 @@ mod tests {
assert_eq!(tm_info.common.apid, EXAMPLE_APID);
assert_eq!(tm_info.event, event);
}
#[test]
fn basic_info_event_generation() {
basic_event_test(Severity::INFO);