assertEquals(array(7, 5, 3, 1, 2, 4, 6, 8, 9), bubblesort_once(array(9, 7, 5, 3, 1, 2, 4, 6, 8))); } }