Skip to content

Commit ea37e31

Browse files
committed
minor refactor
1 parent a416b11 commit ea37e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/non_linear/trees/heaps/max_binary_heap.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void main() {
9595
});
9696
});
9797

98-
group('pop', () {
98+
group('extract', () {
9999
test('should extract last item and sift-down', () {
100100
final heap = MaxBinaryHeap();
101101
// 41

0 commit comments

Comments
 (0)