Skip to content

Commit

Permalink
Added RPC feature to modify page size
Browse files Browse the repository at this point in the history
  • Loading branch information
Junze888 committed Aug 10, 2023
1 parent c26ccfe commit 3be0202
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public void testTxHistorySaveAndListAndCount() {
assertEquals(1, count);
assertEquals(remark, resTxHistory.getRemark());
assertEquals(hash, resTxHistory.getHash());
assertEquals(timestamp, resTxHistory.getTimestamp());
}

}

0 comments on commit 3be0202

Please sign in to comment.