Skip to content

Commit

Permalink
New commit to help force-push work
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleet01 committed Apr 25, 2024
1 parent 672c07f commit 8c0ecde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ public void testCalcAmmoForZeroAggressionLevel() throws megamek.common.LocationF

@Test
public void testCalcAmmoForOneShotWeapons() throws megamek.common.LocationFullException {
// Set aggression to lowest level
// Set aggression to the lowest level first
BehaviorSettings mockBehavior = mock(BehaviorSettings.class);
when(mockBehavior.getHyperAggressionIndex()).thenReturn(0);
when(mockPrincess.getBehaviorSettings()).thenReturn(mockBehavior);
Expand Down

0 comments on commit 8c0ecde

Please sign in to comment.