diff --git a/framework/src/test/java/stest/tron/wallet/dailybuild/http/HttpTestTransactionPending001.java b/framework/src/test/java/stest/tron/wallet/dailybuild/http/HttpTestTransactionPending001.java index 8bab53d8a76..e8fdf17d559 100644 --- a/framework/src/test/java/stest/tron/wallet/dailybuild/http/HttpTestTransactionPending001.java +++ b/framework/src/test/java/stest/tron/wallet/dailybuild/http/HttpTestTransactionPending001.java @@ -82,7 +82,7 @@ public void test03GetPendingTransactionList() { responseContent = HttpMethed.parseResponseContent(response); HttpMethed.printJsonContent(responseContent); - Assert.assertEquals(transaction,responseContent); + Assert.assertEquals(txid,responseContent.getString("txID")); Assert.assertNotEquals(null,responseContent); }