Skip to content

Commit 8c97061

Browse files
author
James Cor
committed
fix
1 parent 726472d commit 8c97061

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sql/types/number_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,14 +1561,6 @@ func TestConvertValueToUint64(t *testing.T) {
15611561
exp: 123,
15621562
rng: sql.InRange,
15631563
},
1564-
{
1565-
val: sql.Value{
1566-
Val: binary.LittleEndian.AppendUint32(nil, math.Float32bits(math.MaxFloat32)),
1567-
Typ: sqltypes.Float32,
1568-
},
1569-
exp: 0,
1570-
rng: sql.OutOfRange,
1571-
},
15721564
{
15731565
val: sql.Value{
15741566
Val: binary.LittleEndian.AppendUint32(nil, math.Float32bits(math.MaxFloat32)),

0 commit comments

Comments
 (0)