From e516e8fe9f3f2622c9658b2da60c4ac7fc8e7a45 Mon Sep 17 00:00:00 2001 From: Halimao <1065621723@qq.com> Date: Sat, 27 Jan 2024 22:21:07 +0800 Subject: [PATCH] fix ci lint --- cmd/algokey/common_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/algokey/common_test.go b/cmd/algokey/common_test.go index 1d803c309a..9f45f96669 100644 --- a/cmd/algokey/common_test.go +++ b/cmd/algokey/common_test.go @@ -21,9 +21,12 @@ import ( "testing" "github.com/stretchr/testify/require" + + "github.com/algorand/go-algorand/test/partitiontest" ) func Test_printDiscreetly(t *testing.T) { + partitiontest.PartitionTest(t) t.Parallel() buf := new(bytes.Buffer) var (