Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Jul 19, 2023
1 parent ac19d22 commit 76550f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ClearBombardmentCasualtiesTest {
@Mock IDelegateBridge delegateBridge;

@ParameterizedTest
@ValueSource(booleans = {true, false}) // six numbers
@ValueSource(booleans = {true, false})
void bombardCasualtiesRemoved(boolean navalBombardCasualtiesReturnFire) {
final List<Unit> bombardingUnits = List.of(givenAnyUnit());
final List<Unit> attackers = List.of(givenAnyUnit());
Expand Down

0 comments on commit 76550f9

Please sign in to comment.