Skip to content

Commit

Permalink
fix test for #1162.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecgan committed Aug 18, 2019
1 parent afa389e commit 4ee42f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/as-far-from-land-as-possible/solution.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ test('One land in the middle', () => {

const result = maxDistance(input)

expect(result).toBe(4)
expect(result).toBe(2)
})

0 comments on commit 4ee42f2

Please sign in to comment.