Skip to content

Commit 3282df0

Browse files
committed
Add create token fee not to sr test case
1 parent d069e7a commit 3282df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/test/java/stest/tron/wallet/dailybuild/account/TransactionFee001.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void test01DeployContractEnergyFeeToSr() {
104104
Assert.assertTrue(PublicMethed.sendcoin(deployAddress, 20000000000L, fromAddress,
105105
testKey002, blockingStubFull));
106106
PublicMethed.waitProduceNextBlock(blockingStubFull);
107-
107+
PublicMethed.waitProduceNextBlock(blockingStubFull);
108108
String filePath = "src/test/resources/soliditycode//contractLinkage003.sol";
109109
String contractName = "divideIHaveArgsReturnStorage";
110110
HashMap retMap = null;

0 commit comments

Comments
 (0)