Skip to content

Commit

Permalink
fix typo in events test assert message (bevyengine#2821)
Browse files Browse the repository at this point in the history
Fixing a 1-character typo in the failure message of an `assert_eq!` in the events tests.
  • Loading branch information
phrohdoh committed Sep 13, 2021
1 parent 9effc3e commit b91541b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}

Expand Down

0 comments on commit b91541b

Please sign in to comment.