Skip to content

Commit a3b9e86

Browse files
Update tests/how_to_test_systems.rs
Co-authored-by: Alice Cecile <[email protected]>
1 parent f29f04d commit a3b9e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/how_to_test_systems.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn did_hurt_enemy() {
6060
}
6161

6262
#[test]
63-
fn did_despawn_ennemy() {
63+
fn did_despawn_enemy() {
6464
// Setup world and commands
6565
let mut world = World::default();
6666
let mut queue = CommandQueue::default();

0 commit comments

Comments
 (0)