1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

remove comment about a part of a test that i decided not to implement

This commit is contained in:
mat 2025-06-04 20:55:57 -07:00
parent be81877137
commit 874f051810

View file

@ -37,6 +37,4 @@ fn test_receive_spawn_entity_and_start_config_packet() {
simulation.tick();
assert!(simulation.has_component::<InConfigState>());
// make sure that the entity is despawned
}