From 37b0cbf0589913b4aab551ae011774e1c9680af7 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 13 Feb 2023 16:34:43 +0000 Subject: [PATCH] fix comment in tests --- azalea-physics/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azalea-physics/src/lib.rs b/azalea-physics/src/lib.rs index 00df7bd3..0d0eed37 100644 --- a/azalea-physics/src/lib.rs +++ b/azalea-physics/src/lib.rs @@ -588,7 +588,7 @@ mod tests { block_state.is_some(), "Block state should exist, if this fails that means the chunk wasn't loaded and the block didn't get placed" ); - // do a few steps so we fall on the slab + // do a few steps so we fall on the wall for _ in 0..20 { app.update(); } @@ -649,7 +649,7 @@ mod tests { block_state.is_some(), "Block state should exist, if this fails that means the chunk wasn't loaded and the block didn't get placed" ); - // do a few steps so we fall on the slab + // do a few steps so we fall on the wall for _ in 0..20 { app.update(); }