diff --git a/azalea-client/tests/receive_spawn_entity_and_start_config_packet.rs b/azalea-client/tests/receive_spawn_entity_and_start_config_packet.rs index d64d2209..0090e37e 100644 --- a/azalea-client/tests/receive_spawn_entity_and_start_config_packet.rs +++ b/azalea-client/tests/receive_spawn_entity_and_start_config_packet.rs @@ -37,6 +37,4 @@ fn test_receive_spawn_entity_and_start_config_packet() { simulation.tick(); assert!(simulation.has_component::()); - - // make sure that the entity is despawned }