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.
2 parents 0fac96f + b7f71e2 commit 1660a80Copy full SHA for 1660a80
framework/src/test/java/stest/tron/wallet/dailybuild/http/HttpTestTransactionPending001.java
@@ -82,7 +82,7 @@ public void test03GetPendingTransactionList() {
82
responseContent = HttpMethed.parseResponseContent(response);
83
HttpMethed.printJsonContent(responseContent);
84
85
- Assert.assertEquals(transaction,responseContent);
+ Assert.assertEquals(txid,responseContent.getString("txID"));
86
Assert.assertNotEquals(null,responseContent);
87
}
88
0 commit comments