Open alice-i-cecile opened 1 week ago
Good!
I can open a PR for this as soon as I know where to place this test
I will dig through the codebase or ask in discord about it
I think we can probably swap this over to a simpler unit test using World
and run_system_once
:) Then it can go in the hooks part of bevy_ecs, which is much simpler.
I have made a test for this, that fails at 0.14.2 but passes in current bevy main, so it should cover from this regression
It's a bit of an unusual test (I'm not even sure if
MinimalPlugins
can be used in a test like this). It's more an integration test rather than a unit test. I don't know if there is some place inside Bevy repo where more of these tests exist. If so, I can open a PR to add it.Originally posted by @Maximetinu in https://github.com/bevyengine/bevy/issues/16219#issuecomment-2458452806