mirror of
https://github.com/emirpasic/gods.git
synced 2026-06-14 16:06:42 +03:00
binary heap
This commit is contained in:
@@ -78,7 +78,6 @@ func TestArrayList(t *testing.T) {
|
||||
if actualValue, ok := list.Get(0); actualValue != "b" || !ok {
|
||||
t.Errorf("Got %v expected %v", actualValue, "c")
|
||||
}
|
||||
|
||||
|
||||
list.Remove(2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user