Skip to content

Commit

Permalink
fix fr sign
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Mar 23, 2024
1 parent 8ef352c commit 6b924c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func TestParseNumSpellNameFormatterItSpecial(t *testing.T) {
diceNum := 100
diceSide := 233
value := 0
frNumSigned := 2
frNumSigned := 0 // unsigned
output, _ := NumSpellFormatter(input, "it", TestingData, &TestingLangs, &diceNum, &diceSide, &value, 0, false, false, &frNumSigned, &frNumSigned)

if output != "Ottieni: 100 - 233 kama" {
Expand Down

0 comments on commit 6b924c2

Please sign in to comment.