mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 00:01:37 +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', () => {
|
||||
it('Check example', () => {
|
||||
expect(maxPathSum(triangle)).toBe(23)
|
||||
expect(maxPathSum(example)).toBe(23)
|
||||
})
|
||||
|
||||
it('Check solution', () => {
|
||||
|
Reference in New Issue
Block a user