Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Nov 19, 2024
1 parent 4df347c commit ba15dcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node/chainSimulator/components/testOnlyProcessingNode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package components

import (
"errors"
"github.com/multiversx/mx-chain-go/node/chainSimulator/components/heartbeat"
"math/big"
"strings"
"testing"
Expand Down Expand Up @@ -44,6 +45,7 @@ func createMockArgsTestOnlyProcessingNode(t *testing.T) ArgsTestOnlyProcessingNo
SyncedBroadcastNetwork: NewSyncedBroadcastNetwork(),
ChanStopNodeProcess: make(chan endProcess.ArgEndProcess),
APIInterface: api.NewNoApiInterface(),
Monitor: heartbeat.NewHeartbeatMonitor(),
ShardIDStr: "0",
RoundDurationInMillis: 6000,
MinNodesMeta: 1,
Expand Down

0 comments on commit ba15dcb

Please sign in to comment.