diff --git a/Models/Constants.ts b/Models/Constants.ts index 5394f669f8..595bb433c7 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import {Utils} from "../Utils"; export default class Constants { - public static vNumber = "0.15.4"; + public static vNumber = "0.15.5"; public static ImgurApiKey = '7070e7167f0a25a' public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85" diff --git a/test/ImageAttribution.spec.ts b/test/ImageAttribution.spec.ts index 765516bbcd..9f550df481 100644 --- a/test/ImageAttribution.spec.ts +++ b/test/ImageAttribution.spec.ts @@ -14,7 +14,7 @@ export default class ImageAttributionSpec extends T { const images = pumps.ExtractImages(); const expectedValues = ['./assets/layers/bike_repair_station/repair_station.svg', './assets/layers/bike_repair_station/repair_station_pump.svg', - './assets/layers/bike_repair_station/broken_pump_2.svg', + './assets/layers/bike_repair_station/broken_pump.svg', './assets/layers/bike_repair_station/pump.svg', './assets/themes/cyclofix/fietsambassade_gent_logo_small.svg', './assets/layers/bike_repair_station/pump_example_manual.jpg',