Skip to content

Commit

Permalink
other spell for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Mar 26, 2024
1 parent 11665ae commit 95e05c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,13 +481,13 @@ func TestParseNumSpellNameFormatterMinMax(t *testing.T) {

func TestParseNumSpellNameFormatterSpellDiceNum(t *testing.T) {
input := "Zauberwurf: #1"
diceNum := 15960
diceNum := 12548
diceSide := 0
value := 0
frNumSigned := 0
output, _ := NumSpellFormatter(input, "de", TestingData, &TestingLangs, &diceNum, &diceSide, &value, 0, false, false, &frNumSigned, &frNumSigned)

if output != "Zauberwurf: Mauschelei" {
if output != "Zauberwurf: Geisterklaue" {
t.Errorf("output is not as expected: %s", output)
}
}
Expand Down

0 comments on commit 95e05c6

Please sign in to comment.