Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
edridudi committed Sep 2, 2024
1 parent abc7df5 commit 9ae9642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void MixedWithNotOperatorOptionsTest() throws ApiException {
assertTrue(transactionsResult.isSuccessful());
assertNotNull(transactionsResult.getValue());
log.info(transactionsResult.getValue().toString());
assertEquals(39, transactionsResult.getValue().size());
assertEquals(16, transactionsResult.getValue().size());
assertEquals("8a1f7811d7c3c46c3421e5b6515239c8cd7cce21c371bb0d5c107d0296fab29d", transactionsResult.getValue().get(0).getTxHash());
assertNotEquals(0, transactionsResult.getValue().get(0).getBlockHeight());
assertNotNull(transactionsResult.getValue().get(0).getBlockTime());
Expand Down

0 comments on commit 9ae9642

Please sign in to comment.