Skip to content

Commit b7f71e2

Browse files
committed
Stest case adapt api of gettransactionlistfrompending fix
1 parent 0fac96f commit b7f71e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/test/java/stest/tron/wallet/dailybuild/http/HttpTestTransactionPending001.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void test03GetPendingTransactionList() {
8282
responseContent = HttpMethed.parseResponseContent(response);
8383
HttpMethed.printJsonContent(responseContent);
8484

85-
Assert.assertEquals(transaction,responseContent);
85+
Assert.assertEquals(txid,responseContent.getString("txID"));
8686
Assert.assertNotEquals(null,responseContent);
8787
}
8888

0 commit comments

Comments
 (0)