Skip to content

Commit

Permalink
fix: tests with AP bonus when having 4 elements or more of a set shou…
Browse files Browse the repository at this point in the history
…ld be not taken into account
  • Loading branch information
CharlyRien committed Oct 4, 2023
1 parent 5b5e4d6 commit 3ad7222
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class ScoringTest {
}

@Test
fun `double pano should be taken into account`() {
fun `double pano should not be taken into account`() {
val level = 35
val characterSkills = CharacterSkills(level).apply {
intelligence.resistance.setPointAssigned(9)
Expand Down Expand Up @@ -327,7 +327,7 @@ class ScoringTest {
).filterNot { it.value == 0 }

val expectedCharacteristics = mapOf(
ACTION_POINT to 10,
ACTION_POINT to 8,
MOVEMENT_POINT to 3,
HP to 606,
CRITICAL_HIT to 14,
Expand Down

0 comments on commit 3ad7222

Please sign in to comment.