Skip to content

Commit 07ff445

Browse files
committed
fix test
1 parent 66df851 commit 07ff445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_mod_scripting_core/src/handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ mod test {
569569

570570
let mut local = SystemState::from_world(app.world_mut());
571571

572-
assert!(!app
572+
assert!(app
573573
.world()
574574
.contains_resource::<Events<ScriptCallbackEvent>>());
575575

0 commit comments

Comments
 (0)