clean up testing class
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2025-04-16 13:08:31 -04:00
parent 68fd87acae
commit eebddef19a

View File

@ -2,7 +2,6 @@ package electrosphere.server.physics.terrain.generation.voxelphase;
import static org.junit.jupiter.api.Assertions.assertEquals;
import electrosphere.server.physics.terrain.generation.voxelphase.HillsVoxelGen;
import electrosphere.test.annotations.FastTest;
import electrosphere.test.annotations.UnitTest;