Skip to content

Commit

Permalink
chore: fix broken imports after gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed Aug 21, 2024
1 parent 7c19d5b commit a47a77e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions signer/single_signer_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
cometrand "github.com/cometbft/cometbft/libs/rand"
cometprivval "github.com/cometbft/cometbft/privval"
cometproto "github.com/cometbft/cometbft/proto/tendermint/types"
"github.com/stretchr/testify/require"
)

func TestSingleSignerValidator(t *testing.T) {
Expand Down
5 changes: 5 additions & 0 deletions signer/threshold_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ import (
cometrand "github.com/cometbft/cometbft/libs/rand"
cometproto "github.com/cometbft/cometbft/proto/tendermint/types"
comet "github.com/cometbft/cometbft/types"
"github.com/ethereum/go-ethereum/crypto/ecies"
"github.com/ethereum/go-ethereum/crypto/secp256k1"
"github.com/stretchr/testify/require"
tsed25519 "gitlab.com/unit410/threshold-ed25519/pkg"
"golang.org/x/sync/errgroup"
)

func TestThresholdValidator2of2(t *testing.T) {
Expand Down

0 comments on commit a47a77e

Please sign in to comment.