Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeForceZero committed Jan 21, 2025
1 parent 13a7968 commit e6298df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nightly/auto_add_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use bevy_ecs::prelude::*;
#[derive(Event)]
struct Test;

#[auto_plugin(init_name=init)]
#[auto_plugin(app=app)]
fn plugin(app: &mut App) {}

fn app() -> App {
Expand Down

0 comments on commit e6298df

Please sign in to comment.