diff options
Diffstat (limited to 'azalea-client/src/test_utils/simulation.rs')
| -rw-r--r-- | azalea-client/src/test_utils/simulation.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/azalea-client/src/test_utils/simulation.rs b/azalea-client/src/test_utils/simulation.rs index 1946fd6d..5a1c9c52 100644 --- a/azalea-client/src/test_utils/simulation.rs +++ b/azalea-client/src/test_utils/simulation.rs @@ -71,10 +71,7 @@ impl Simulation { // start in the config state app.world_mut().entity_mut(entity).insert(( InConfigState, - GameProfileComponent(GameProfile::new( - Uuid::from_u128(1234), - "azalea".to_string(), - )), + GameProfileComponent(GameProfile::new(Uuid::from_u128(1234), "azalea".to_owned())), )); tick_app(&mut app); |
