Skip to content

Commit 6c1a502

Browse files
authored
Update utils.test.js
1 parent 4dbc4cb commit 6c1a502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe('isSelfIntersecting', () => {
8080
test.each([
8181
['<way id="1"><nd ref="1"/><nd ref="2"/></way>', false, 'open non-intersecting'],
8282
['<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/><nd ref="1"/></way>', false, 'closed non-intersecting'],
83-
['<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/><nd ref="2"/></way>', true', 'open intersecting'],
83+
['<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/><nd ref="2"/></way>', true, 'open intersecting'],
8484
['<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/><nd ref="4"/><nd ref="3"/><nd ref="1"/></way>', true, 'closed intersecting']
8585
])(${description}, (way, expected, description) => {
8686
let parser = new window.DOMParser();

0 commit comments

Comments
 (0)