Skip to content

Commit 85b0d22

Browse files
committed
Default include radiuses to tests with bearings
1 parent 3de501b commit 85b0d22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/support/route.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ module.exports = function () {
6666
if (bs.length === 2) return b;
6767
else return b += ',10';
6868
}).join(';');
69+
params.radiuses = bearings.map(() => {
70+
return 'unlimited';
71+
}).join(';');
6972
}
7073

7174
if (approaches.length) {

0 commit comments

Comments
 (0)