From 55cd43cdc40012d296a66a32d1c59ff3c8f8bacd Mon Sep 17 00:00:00 2001 From: zwl <1633720889@qq.com> Date: Sun, 23 Apr 2023 22:44:32 +0800 Subject: [PATCH] =?UTF-8?q?scan=E6=B5=8B=E8=AF=95=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/merger/utils/scan_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/internal/merger/utils/scan_test.go b/internal/merger/utils/scan_test.go index d2206be..61fc089 100644 --- a/internal/merger/utils/scan_test.go +++ b/internal/merger/utils/scan_test.go @@ -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 {