From 6b994c9fed322b3bb6f1a59648b5fb266edbfaf9 Mon Sep 17 00:00:00 2001 From: Wenqi Mou Date: Thu, 18 Jul 2024 14:03:34 -0400 Subject: [PATCH] fix import in test.... Signed-off-by: Wenqi Mou --- br/pkg/utils/error_handling_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/br/pkg/utils/error_handling_test.go b/br/pkg/utils/error_handling_test.go index 7c82972b56690..a4c098f528ada 100644 --- a/br/pkg/utils/error_handling_test.go +++ b/br/pkg/utils/error_handling_test.go @@ -1,10 +1,10 @@ package utils import ( - backuppb "github.com/pingcap/kvproto/pkg/brpb" - "github.com/pingcap/kvproto/pkg/errorpb" "testing" + backuppb "github.com/pingcap/kvproto/pkg/brpb" + "github.com/pingcap/kvproto/pkg/errorpb" "github.com/stretchr/testify/require" )