fix typo in events test assert message (#2821)
Fixing a 1-character typo in the failure message of an `assert_eq!` in the events tests.
This commit is contained in:
parent
9effc3e9b3
commit
b91541b6ef
@ -508,7 +508,7 @@ mod tests {
|
||||
assert_eq!(
|
||||
get_events(&events, &mut reader_missed),
|
||||
vec![event_2],
|
||||
"reader_missed missed events unread after to update() calls"
|
||||
"reader_missed missed events unread after two update() calls"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user