Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Dec 3, 2018
1 parent 51b6a13 commit 535d8e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ describe('test helper functions', () => {
expect(offset.y).toBeGreaterThan(0)
expect(offset2.x).toBeLessThan(0)
expect(offset2.y).toBeLessThan(0)

})
test('Well name generated correctly', () => {
const grid = {row: 2, column: 2}
Expand Down

0 comments on commit 535d8e9

Please sign in to comment.