Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/mapcss/handlersSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const validMapCss = ['way[amenity=clinic][!healthcare]:closed{'
+ 'throwError: "Health Clinic preset must include healthcare"; }'];

const invalidMapCss = [
`*[emergency=permissive] {
`line[emergency=permissive] {
throwWarning: tr("{0} makes no sense", "{0.tag");
fixAdd: "emergency=yes";
assertMatch: "way emergency=permissive";
Expand Down Expand Up @@ -37,7 +37,7 @@ module.exports = () => {
expect(statusCode).to.equal(200);
const expected = [
{
geometry:'closedway',
geometry:['closedway'],
equals: {
amenity:'clinic'
},
Expand Down