Skip to content

Commit

Permalink
fix ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Halimao authored Jan 27, 2024
1 parent a6d7f2f commit e516e8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/algokey/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit e516e8f

Please sign in to comment.