Skip to content

Commit

Permalink
💚 Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Apr 21, 2016
1 parent 4fe360f commit c3a1376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/minimap-element-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ describe('MinimapElement', () => {

expect(minimapElement.drawLines).toHaveBeenCalled()
expect(minimapElement.drawLines.argsForCall[0][0]).toEqual(100)
expect(minimapElement.drawLines.argsForCall[0][1]).toEqual(101)
expect(minimapElement.drawLines.argsForCall[0][1]).toEqual(102)
})
})
})
Expand Down

0 comments on commit c3a1376

Please sign in to comment.