RemovedComponent removal detection has no tests #2999
Labels
A-ECS
Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
D-Trivial
Nice and easy! A great choice to get started with Bevy
While trying to poke into how this works, and investigate a possible bug, I found that
RemovedComponent
just has no tests, at all.The example is nice, but not automated.
We need to verify that removal detection reports the correct entities, and the correct number of entities on both component removal and removal of entities with that particular component.
The text was updated successfully, but these errors were encountered: