Renamed test to better describe it.
This commit is contained in:
parent
437a3acdcc
commit
b2efe76e27
@ -108,7 +108,7 @@ public class UniBiomeIslandGeneratorTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testBiomeGenerationMultithread1608ChunksScattered() {
|
||||
public void testBiomeGenerationMultithread1608ChunksScatteredColumns() {
|
||||
int chunksToDoEach = 268;
|
||||
Runnable g1 = new BiomeGenTask(chunksToDoEach, 0);
|
||||
Runnable g2 = new BiomeGenTask(chunksToDoEach, 2);
|
||||
|
Loading…
Reference in New Issue
Block a user