Skip to content

Commit

Permalink
Fix merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel committed Mar 4, 2025
1 parent 9ec922f commit 31be12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/system/system_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ mod tests {

#[test]
fn run_system_invalid_params() {
use crate::system::RegisteredError;
use crate::system::RegisteredSystemError;

struct T;
impl Resource for T {}
Expand Down

0 comments on commit 31be12a

Please sign in to comment.