Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
DM0000 committed Nov 2, 2024
1 parent 61c9f86 commit 336ba8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ void testAssertWillCrashWithOutLandOrVland() {

final MovePath mockPath = MockGenerators.generateMockPath(16, 16, mockEntity);
when(mockPath.getFinalVelocity()).thenReturn(1);
when(mockPath.isOnAtmosphericGroundMap()).thenReturn(true);

boolean result = AeroPathUtil.willCrash(mockPath);
assertTrue(result);
Expand Down

0 comments on commit 336ba8f

Please sign in to comment.