Skip to content

Commit

Permalink
fix long tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Jan 21, 2025
1 parent d699ffd commit 4537ce5
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 4537ce5

Please sign in to comment.