aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azalea-client/tests/receive_spawn_entity_and_start_config_packet.rs2
1 files changed, 0 insertions, 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::<InConfigState>());
-
- // make sure that the entity is despawned
}