Skip to content

Commit dc419a8

Browse files
committed
changed method declaration according to conventions
1 parent 0c5a94c commit dc419a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

voxels-common/src/test/java/common/world/ChunkDataTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void testSetAndGetBlockId() {
4949
}
5050

5151
@Test
52-
void testHeightMapUpdate_Placement() {
52+
void testHeightMapUpdatePlacement() {
5353
short dirtId = 2;
5454

5555
// Place a block at mid-height

0 commit comments

Comments
 (0)