Skip to content

Commit e192ba5

Browse files
authored
Update utils.test.js
1 parent 582f8d0 commit e192ba5

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
@@ -20,7 +20,7 @@ test('Test Closed Way', () => {
2020
expect(BuildingShapeUtils.isClosed(xmlData)).toBe(true);
2121
});
2222

23-
test('Reverse ways', () => {
23+
test('Reverse way', () => {
2424
var way1 = '<way id="1"><nd ref="1"/><nd ref="2"/><nd ref="3"/></way>';
2525
var way2 = '<way id="1"><nd ref="3"/><nd ref="2"/><nd ref="1"/></way>';
2626
let parser = new window.DOMParser();

0 commit comments

Comments
 (0)