There was an error while loading. Please reload this page.
1 parent 98ee734 commit 177f843Copy full SHA for 177f843
Project-Euler/test/Problem018.test.js
@@ -9,7 +9,7 @@ const example = `
9
10
describe('Check Problem 18 - Maximum path sum I', () => {
11
it('Check example', () => {
12
- expect(maxPathSum(triangle)).toBe(23)
+ expect(maxPathSum(example)).toBe(23)
13
})
14
15
it('Check solution', () => {
0 commit comments