diff --git a/pkg/encoding/fixedn/decimal_test.go b/pkg/encoding/fixedn/decimal_test.go index be676e85f..582d6ddfc 100644 --- a/pkg/encoding/fixedn/decimal_test.go +++ b/pkg/encoding/fixedn/decimal_test.go @@ -38,6 +38,8 @@ func TestDecimalFromStringBad(t *testing.T) { s string prec int }{ + {"", 0}, + {"", 1}, {"12A", 1}, {"12.345", 2}, {"12.3A", 2},