Skip to content

Commit

Permalink
Merge pull request #5965 from multiversx/chain_simulator_testOnlyProc…
Browse files Browse the repository at this point in the history
…essingNode_tests

Chain simulator test only processing node tests
  • Loading branch information
sstanculeanu authored Feb 16, 2024
2 parents c1ba821 + 3a90de9 commit e89fd5f
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 28 deletions.
4 changes: 2 additions & 2 deletions node/chainSimulator/components/testOnlyProcessingNode.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func NewTestOnlyProcessingNode(args ArgsTestOnlyProcessingNode) (*testOnlyProces
return nil, err
}

err = instance.createBroadcastMessanger()
err = instance.createBroadcastMessenger()
if err != nil {
return nil, err
}
Expand Down Expand Up @@ -308,7 +308,7 @@ func (node *testOnlyProcessingNode) createNodesCoordinator(pref config.Preferenc
return nil
}

func (node *testOnlyProcessingNode) createBroadcastMessanger() error {
func (node *testOnlyProcessingNode) createBroadcastMessenger() error {
broadcastMessenger, err := sposFactory.GetBroadcastMessenger(
node.CoreComponentsHolder.InternalMarshalizer(),
node.CoreComponentsHolder.Hasher(),
Expand Down
Loading

0 comments on commit e89fd5f

Please sign in to comment.