1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

fix comment in tests

This commit is contained in:
Ubuntu 2023-02-13 16:34:43 +00:00
parent 17463391fe
commit 37b0cbf058

View file

@ -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();
}