mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
Fix renamed variable after testing !
This commit is contained in:
@ -9,7 +9,7 @@ const example = `
|
|||||||
|
|
||||||
describe('Check Problem 18 - Maximum path sum I', () => {
|
describe('Check Problem 18 - Maximum path sum I', () => {
|
||||||
it('Check example', () => {
|
it('Check example', () => {
|
||||||
expect(maxPathSum(triangle)).toBe(23)
|
expect(maxPathSum(example)).toBe(23)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Check solution', () => {
|
it('Check solution', () => {
|
||||||
|
Reference in New Issue
Block a user