Skip to content

Commit 0692cc7

Browse files
fix error
1 parent f98cab0 commit 0692cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/stest/tron/wallet/precondition/StressPrecondition.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,9 @@ public void test9DeploySmartContract4() {
454454
@Test(enabled = true)
455455
public void test10DeploySmartContract5() {
456456
String contractName = "Trigger";
457-
String code = stest.tron.wallet.common.client.Configuration.getByPath("testng.conf")
457+
String code = stest.tron.wallet.common.client.Configuration.getByPath("stress.conf")
458458
.getString("code.code_veryLarge");
459-
String abi = stest.tron.wallet.common.client.Configuration.getByPath("testng.conf")
459+
String abi = stest.tron.wallet.common.client.Configuration.getByPath("stress.conf")
460460
.getString("abi.abi_veryLarge");
461461

462462
commonContractAddress5 = PublicMethed

0 commit comments

Comments
 (0)