Renamed test to better describe it.

This commit is contained in:
Harrison Deng 2020-04-28 23:30:07 -05:00
parent 437a3acdcc
commit b2efe76e27

View File

@ -108,7 +108,7 @@ public class UniBiomeIslandGeneratorTest {
} }
@Test @Test
public void testBiomeGenerationMultithread1608ChunksScattered() { public void testBiomeGenerationMultithread1608ChunksScatteredColumns() {
int chunksToDoEach = 268; int chunksToDoEach = 268;
Runnable g1 = new BiomeGenTask(chunksToDoEach, 0); Runnable g1 = new BiomeGenTask(chunksToDoEach, 0);
Runnable g2 = new BiomeGenTask(chunksToDoEach, 2); Runnable g2 = new BiomeGenTask(chunksToDoEach, 2);