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:
parent
17463391fe
commit
37b0cbf058
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue