@@ -298,7 +317,7 @@ public class MinFourHeapTests {
@TestHint("Make sure that all these methods exist (i.e. you have written a percolateDown (or equiv. name) method and findSmallestChild method) and that you are accounting for:\n"+
"1. Cases where some or all of the children are null and/or out of bounds\n"+
"2. Cases where all children have a higher priority than their parent, so no swapping should occur")
@@ -360,7 +379,7 @@ public class MinFourHeapTests {
@TestHint("Make sure that all these methods exist (i.e. you have written a percolateDown (or equiv. name) method and findSmallestChild method) and that you are accounting for:\n"+
"1. Cases where some or all of the children are null and/or out of bounds\n"+
"2. Cases where all children have a higher priority than their parent, so no swapping should occur")