Skip to content

Commit

Permalink
scan测试添加
Browse files Browse the repository at this point in the history
  • Loading branch information
juniaoshaonian committed Apr 23, 2023
1 parent a731b11 commit 55cd43c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/merger/utils/scan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ package utils
import (
"context"
"database/sql"
"testing"
"time"

"github.com/DATA-DOG/go-sqlmock"
_ "github.com/mattn/go-sqlite3"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
"testing"
"time"
)

type ScanSuite struct {
Expand Down

0 comments on commit 55cd43c

Please sign in to comment.