We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d3e90 commit aa0d6d0Copy full SHA for aa0d6d0
sql/types/decimal_test.go
@@ -18,19 +18,19 @@ import (
18
"context"
19
"encoding/binary"
20
"fmt"
21
- "github.com/dolthub/vitess/go/sqltypes"
22
"math"
23
"math/big"
24
"reflect"
25
"strings"
26
"testing"
27
"time"
28
29
- "github.com/dolthub/go-mysql-server/sql"
30
-
+ "github.com/dolthub/vitess/go/sqltypes"
31
"github.com/shopspring/decimal"
32
"github.com/stretchr/testify/assert"
33
"github.com/stretchr/testify/require"
+
+ "github.com/dolthub/go-mysql-server/sql"
34
)
35
36
func TestDecimalAccuracy(t *testing.T) {
0 commit comments