Skip to content

Commit

Permalink
fix flakey pathfinder tests by moving stop_pathfinding_on_instance_ch…
Browse files Browse the repository at this point in the history
…ange to be before path_found_listener
  • Loading branch information
mat-1 committed Dec 21, 2024
1 parent 831e8c1 commit 98e5efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azalea/src/pathfinder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ impl Plugin for PathfinderPlugin {
(
goto_listener,
handle_tasks,
path_found_listener,
stop_pathfinding_on_instance_change,
path_found_listener,
handle_stop_pathfinding_event,
)
.chain()
Expand Down

0 comments on commit 98e5efb

Please sign in to comment.