diff --git a/test/spec/presets/index.js b/test/spec/presets/index.js index fbe9ceb8d..9178a4519 100644 --- a/test/spec/presets/index.js +++ b/test/spec/presets/index.js @@ -180,7 +180,7 @@ describe('iD.presetIndex', function() { var presets = iD.Context().presets(), way = iD.Way({ tags: { area: 'yes', highway: 'pedestrian' }}), graph = iD.Graph([way]); - expect(presets.match(way, graph).id).to.eql('highway/pedestrian'); + expect(presets.match(way, graph).id).to.eql('highway/pedestrian_area'); }); });