From e68b419645b81592c9b8aff07f76a10cf1ce603a Mon Sep 17 00:00:00 2001 From: lance6716 Date: Fri, 18 Mar 2022 16:48:30 +0800 Subject: [PATCH] Update parser_test.go --- parser/parser_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parser/parser_test.go b/parser/parser_test.go index 5e27b6e85731f..b9a8d5e0f9e5b 100644 --- a/parser/parser_test.go +++ b/parser/parser_test.go @@ -21,8 +21,6 @@ import ( "testing" "github.com/pingcap/errors" - "github.com/stretchr/testify/require" - "github.com/pingcap/tidb/parser" "github.com/pingcap/tidb/parser/ast" "github.com/pingcap/tidb/parser/charset" @@ -32,6 +30,7 @@ import ( "github.com/pingcap/tidb/parser/opcode" "github.com/pingcap/tidb/parser/terror" "github.com/pingcap/tidb/parser/test_driver" + "github.com/stretchr/testify/require" ) func TestSimple(t *testing.T) {