Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesTaylor7 committed Aug 1, 2023
1 parent 5ddb68e commit 7464fec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utilities/fortune.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ describe('Diagram', () => {
})

test('inserting to the beachline', async () => {
const diagram = Diagram()
diagram.bounds = { width: 300, height: 300 }

diagram.newSite({ x: 1, y: 3 }, 'A')
diagram.newSite({ x: 2, y: 4 }, 'B')
diagram.newSite({ x: 3, y: 2 }, 'C')
Expand Down

0 comments on commit 7464fec

Please sign in to comment.