aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-06-04 20:55:57 -0700
committermat <git@matdoes.dev>2025-06-04 20:55:57 -0700
commit874f05181028af233b81b1d7d3322a39a0421f33 (patch)
treecfe6b9bb48001422bebc18c2a8e4324c0fda5659
parentbe81877137df57de26030bceecbef68b9f05b3e5 (diff)
downloadazalea-drasl-874f05181028af233b81b1d7d3322a39a0421f33.tar.xz
remove comment about a part of a test that i decided not to implement
-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
}