mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue