Skip to content

Commit de75c70

Browse files
author
James Cor
committed
asdf
1 parent 8c97061 commit de75c70

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sql/types/number_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,6 @@ func TestConvertValueToUint64(t *testing.T) {
12391239

12401240
zeroDec := serializeDecimal(decimal.Zero)
12411241
testDec := serializeDecimal(decimal.NewFromFloat(123.456))
1242-
minInt64Dec := serializeDecimal(decimal.NewFromInt(math.MinInt64))
12431242
maxInt64Dec := serializeDecimal(decimal.NewFromInt(math.MaxInt64))
12441243

12451244
tests := []struct {
@@ -1621,14 +1620,6 @@ func TestConvertValueToUint64(t *testing.T) {
16211620
exp: 123,
16221621
rng: sql.InRange,
16231622
},
1624-
{
1625-
val: sql.Value{
1626-
Val: minInt64Dec,
1627-
Typ: sqltypes.Decimal,
1628-
},
1629-
exp: math.MaxUint64,
1630-
rng: sql.OutOfRange,
1631-
},
16321623
{
16331624
val: sql.Value{
16341625
Val: maxInt64Dec,

0 commit comments

Comments
 (0)