diff options
| author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2024-12-11 22:06:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-11 22:06:41 +0100 |
| commit | 28f0ace5576b69dc7e27888cc95de74b135c4000 (patch) | |
| tree | 7907d6052f657905057d92083718a16ff2874135 /src/test/java | |
| parent | b6bfebcfb3a8bb27fcf1e21839b8f5db0b2eee3f (diff) | |
| parent | 08b237757db08b14dd9de10cdfdaec4d95d794be (diff) | |
| download | Skyblocker-28f0ace5576b69dc7e27888cc95de74b135c4000.tar.gz Skyblocker-28f0ace5576b69dc7e27888cc95de74b135c4000.tar.bz2 Skyblocker-28f0ace5576b69dc7e27888cc95de74b135c4000.zip | |
Merge pull request #1070 from SkyblockerMod/1.21.4
1.21.4
Diffstat (limited to 'src/test/java')
| -rw-r--r-- | src/test/java/de/hysky/skyblocker/utils/waypoint/WaypointTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/java/de/hysky/skyblocker/utils/waypoint/WaypointTest.java b/src/test/java/de/hysky/skyblocker/utils/waypoint/WaypointTest.java index d8839951..897a2e1d 100644 --- a/src/test/java/de/hysky/skyblocker/utils/waypoint/WaypointTest.java +++ b/src/test/java/de/hysky/skyblocker/utils/waypoint/WaypointTest.java @@ -13,7 +13,6 @@ public class WaypointTest { void testDefaultConstructor() { Waypoint waypoint = new Waypoint(BlockPos.ORIGIN, () -> type, colorComponents); Assertions.assertEquals(BlockPos.ORIGIN, waypoint.pos); - Assertions.assertEquals(new Box(BlockPos.ORIGIN), waypoint.box); Assertions.assertEquals(type, waypoint.typeSupplier.get()); Assertions.assertEquals(0f, waypoint.colorComponents[0]); Assertions.assertEquals(0.5f, waypoint.colorComponents[1]); |
