From ec27a7103ee7b801889b746012ec04058e43a954 Mon Sep 17 00:00:00 2001 From: Alex Le Date: Tue, 9 Jan 2024 16:22:34 -0800 Subject: [PATCH] fix lint Signed-off-by: Alex Le --- pkg/errutil/multierror_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/errutil/multierror_test.go b/pkg/errutil/multierror_test.go index 8d64476ca7..a236154a62 100644 --- a/pkg/errutil/multierror_test.go +++ b/pkg/errutil/multierror_test.go @@ -5,9 +5,10 @@ package errutil import ( "fmt" + "testing" + "github.com/pkg/errors" "github.com/stretchr/testify/require" - "testing" ) func TestMultiSyncErrorAdd(t *testing.T) {