Skip to content

Commit 91997b4

Browse files
committed
fixed delete
1 parent b9d0717 commit 91997b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

min_heap/min_heap_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
tree.insert(root, node5) #86
8282
tree.insert(root, node11) #98
8383
tree.delete(root, node11.rating)
84-
expect(tree.find(root, node5.rating)).to be_nil
84+
expect(tree.find(root, node11.rating)).to be_nil
8585
end
8686
end
8787

0 commit comments

Comments
 (0)