Skip to content

Commit

Permalink
revert change to blockchain summary test
Browse files Browse the repository at this point in the history
  • Loading branch information
litecreator committed May 14, 2021
1 parent 33b02e4 commit c03e035
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void testGetBlockChainSummary() {
.getBlockChainSummary(peer_he.getHeadBlockWeBothHave(), peer_he.getSyncBlockToFetch());
// kedia debug: logger.info("Kedia The sum is " + retSummary.size());
// the below changes to 3 when SOLIDIFIED_THRESHOLD changes to 10
Assert.assertTrue(retSummary.size() == 3);
Assert.assertTrue(retSummary.size() == 4);
} catch (Exception e) {
System.out.println("exception!");
}
Expand Down

0 comments on commit c03e035

Please sign in to comment.