We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98cab0 commit 0692cc7Copy full SHA for 0692cc7
src/test/java/stest/tron/wallet/precondition/StressPrecondition.java
@@ -454,9 +454,9 @@ public void test9DeploySmartContract4() {
454
@Test(enabled = true)
455
public void test10DeploySmartContract5() {
456
String contractName = "Trigger";
457
- String code = stest.tron.wallet.common.client.Configuration.getByPath("testng.conf")
+ String code = stest.tron.wallet.common.client.Configuration.getByPath("stress.conf")
458
.getString("code.code_veryLarge");
459
- String abi = stest.tron.wallet.common.client.Configuration.getByPath("testng.conf")
+ String abi = stest.tron.wallet.common.client.Configuration.getByPath("stress.conf")
460
.getString("abi.abi_veryLarge");
461
462
commonContractAddress5 = PublicMethed
0 commit comments