Skip to content

Commit 9b54bb0

Browse files
test name
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
1 parent 682fdb8 commit 9b54bb0

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
@@ -31,7 +31,7 @@ fn spawn_enemy(mut commands: Commands, character_template: Res<CharacterTemplate
3131
}
3232

3333
#[test]
34-
fn did_hurt_ennemy() {
34+
fn did_hurt_enemy() {
3535
// Setup world and commands
3636
let mut world = World::default();
3737
let mut queue = CommandQueue::default();

0 commit comments

Comments
 (0)