mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-24 21:30:49 +01:00
%d
This commit is contained in:
parent
d538aec685
commit
445700e706
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ func numDigits(b *testing.B, want int, val Decimal) {
|
|||
b.Helper()
|
||||
for i := 0; i < b.N; i++ {
|
||||
if have := val.NumDigits(); have != want {
|
||||
b.Fatalf("\nHave: %q\nWant: %q", have, want)
|
||||
b.Fatalf("\nHave: %d\nWant: %d", have, want)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue