Skip to content

Commit

Permalink
fixes after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Feb 11, 2025
1 parent 1aa75b7 commit 5ea91d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node/chainSimulator/components/testOnlyProcessingNode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ func createMockArgsTestOnlyProcessingNode(t *testing.T) ArgsTestOnlyProcessingNo
MetaChainMinNodes: 1,
ConsensusGroupSize: 1,
MetaChainConsensusGroupSize: 1,
GenerateGenesisFile: func(args configs.ArgsChainSimulatorConfigs, config *config.Configs) (*dtos.InitialWalletKeys, error) {
return configs.GenerateGenesisFile(args, config)
},
})
require.Nil(t, err)

Expand Down
1 change: 1 addition & 0 deletions node/chainSimulator/configs/configs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func TestNewProcessorRunnerChainArguments(t *testing.T) {
MinNodesPerShard: 1,
ConsensusGroupSize: 1,
MetaChainConsensusGroupSize: 1,
GenerateGenesisFile: GenerateGenesisFile,
})
require.Nil(t, err)

Expand Down

0 comments on commit 5ea91d2

Please sign in to comment.