Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
acud committed Nov 16, 2024
1 parent 3b71d57 commit a4e9983
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions miner/remote_proposals_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ import (
"testing"
"time"

"github.com/stretchr/testify/require"
"go.uber.org/mock/gomock"
"go.uber.org/zap/zaptest"

"github.com/spacemeshos/go-spacemesh/common/types"
"github.com/spacemeshos/go-spacemesh/miner/mocks"
pmocks "github.com/spacemeshos/go-spacemesh/p2p/pubsub/mocks"
"github.com/spacemeshos/go-spacemesh/signing"
"github.com/stretchr/testify/require"
"go.uber.org/mock/gomock"
"go.uber.org/zap/zaptest"
)

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

0 comments on commit a4e9983

Please sign in to comment.