Skip to content

Commit

Permalink
Merge pull request #6720 from multiversx/fix-long-tests-21-ian
Browse files Browse the repository at this point in the history
Fix long tests
  • Loading branch information
axenteoctavian authored Jan 21, 2025
2 parents d699ffd + 4537ce5 commit dd1ca0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testscommon/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,7 @@ func GetRunTypeComponents() factory.RunTypeComponentsHolder {

// GetRunTypeComponentsWithCoreComp -
func GetRunTypeComponentsWithCoreComp(coreComponents factory.CoreComponentsHolder) factory.RunTypeComponentsHolder {
generalCfg := GetGeneralConfig()
args := runType.ArgsRunTypeComponents{
CoreComponents: coreComponents,
CryptoComponents: &mockCoreComp.CryptoComponentsStub{
Expand All @@ -1241,6 +1242,7 @@ func GetRunTypeComponentsWithCoreComp(coreComponents factory.CoreComponentsHolde
GenesisMintingSenderAddress: "erd17rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rc0pu8s7rcqqkhty3",
},
},
GeneralConfig: &generalCfg,
},
InitialAccounts: createAccounts(),
}
Expand Down

0 comments on commit dd1ca0f

Please sign in to comment.