From 874f05181028af233b81b1d7d3322a39a0421f33 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 4 Jun 2025 20:55:57 -0700 Subject: [PATCH] remove comment about a part of a test that i decided not to implement --- .../tests/receive_spawn_entity_and_start_config_packet.rs | 2 -- 1 file changed, 2 deletions(-) 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 }