Skip to content

Commit

Permalink
Update tests/how_to_test_systems.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
mockersf and alice-i-cecile committed Mar 23, 2021
1 parent 9b54bb0 commit 82cf90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/how_to_test_systems.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fn did_hurt_enemy() {
}

#[test]
fn did_despawn_ennemy() {
fn did_despawn_enemy() {
// Setup world and commands
let mut world = World::default();
let mut queue = CommandQueue::default();
Expand Down

0 comments on commit 82cf90e

Please sign in to comment.