Skip to content

Commit

Permalink
Improve checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqqqqq committed Nov 17, 2020
1 parent c018255 commit a35fcd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ public void testInternalTransaction018() {
PublicMethed.waitProduceNextBlock(blockingStubFull);
PublicMethed.waitProduceNextBlock(blockingStubFull);
infoById = PublicMethed.getTransactionInfoById(txid, blockingStubFull);
logger.info("InfoById-1"+ ": " + infoById);
logger.info("InfoById-1" + ": " + infoById);

Assert.assertEquals(0, infoById.get().getResultValue());
int transactionsCount = infoById.get().getInternalTransactionsCount();
Expand Down

0 comments on commit a35fcd4

Please sign in to comment.