Skip to content

Commit

Permalink
Remove extra lines in test
Browse files Browse the repository at this point in the history
Probably leftovers from some copy-paste.
  • Loading branch information
Shatur committed Feb 2, 2025
1 parent c2372b7 commit e9e2943
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/despawn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ fn with_hierarchy() {
server_app.exchange_with_client(&mut client_app);
client_app.update();

server_app.world_mut().despawn(server_entity);
server_app.world_mut().despawn(server_child_entity);

let mut replicated = client_app.world_mut().query::<&Replicated>();
assert!(replicated.iter(client_app.world()).next().is_none());
}
Expand Down

0 comments on commit e9e2943

Please sign in to comment.