Skip to content

Commit

Permalink
formatter import
Browse files Browse the repository at this point in the history
  • Loading branch information
csynineyang committed Aug 5, 2023
1 parent 7a81b15 commit 3da7bdd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkg/dataset/reduce_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ package dataset
import (
"fmt"
"testing"
)

import (
"github.com/stretchr/testify/assert"
)

import (
consts "github.com/arana-db/arana/pkg/constants/mysql"
"github.com/arana-db/arana/pkg/mysql"
"github.com/arana-db/arana/pkg/reduce"

vrows "github.com/arana-db/arana/pkg/mysql/rows"
"github.com/arana-db/arana/pkg/proto"
"github.com/stretchr/testify/assert"
"github.com/arana-db/arana/pkg/reduce"
)

func TestReduce(t *testing.T) {
Expand Down

0 comments on commit 3da7bdd

Please sign in to comment.