Add another missing semicolon

This commit is contained in:
Jonas Platte 2022-06-03 08:48:28 +02:00
parent 73c2963ebd
commit d24cbb981a
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -136,7 +136,7 @@ mod tests {
assert_eq!(
failed_room_state.unwrap_err().to_string(),
"invalid type: map, expected a PDU wrapped in an array.",
)
);
}
#[test]