Skip to content

Commit

Permalink
make check后
Browse files Browse the repository at this point in the history
  • Loading branch information
archer-wyz committed Nov 22, 2022
1 parent 1ca13e7 commit 62dca17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion select_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ import (
"context"
"database/sql"
"fmt"
"testing"

"github.com/DATA-DOG/go-sqlmock"
"github.com/gotomicro/eorm/internal/errs"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"testing"
)

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

0 comments on commit 62dca17

Please sign in to comment.