Skip to content

Commit cd4b591

Browse files
committed
chore: remove redundant comment from LocalMaximomPoint tests
1 parent fac10d0 commit cd4b591

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Data-Structures/Array/test/LocalMaximomPoint.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ describe('LocalMaximumPoint tests', () => {
1212
})
1313

1414
it('test boundary maximum points - should find first maximom point from the top', () => {
15-
// Test a mix of number types (i.e., positive/negative, numbers with decimals, fractions)
1615
const Array = [13, 2, 3, 4, 5, 6, 12]
1716
expect(LocalMaximomPoint(Array)).toEqual(6)
1817
})

0 commit comments

Comments
 (0)