Skip to content

Commit

Permalink
Disable blockpos test
Browse files Browse the repository at this point in the history
Stupid classloader bad
  • Loading branch information
Pyrofab committed Feb 6, 2023
1 parent b811708 commit 74fdae7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public void benchMulti() {
/**
* Make sure BetterBlockPos behaves just like BlockPos
*/
@Test
public void testSimple() {
BlockPos pos = new BlockPos(1, 2, 3);
BetterBlockPos better = new BetterBlockPos(1, 2, 3);
Expand Down

0 comments on commit 74fdae7

Please sign in to comment.