Fix tests

This commit is contained in:
Pieter Vander Vennet 2022-02-09 03:46:50 +01:00
parent 6d6f16e51d
commit 65dbcd774b
22 changed files with 4007 additions and 3826 deletions

View file

@ -20,7 +20,7 @@ export default class ImageAttributionSpec extends T {
'./assets/layers/bike_repair_station/pump_example_manual.jpg',
'./assets/layers/bike_repair_station/pump_example.png',
'./assets/layers/bike_repair_station/pump_example_round.jpg',
'./assets/layers/bike_repair_station/repair_station_example.jpg']
'./assets/layers/bike_repair_station/repair_station_example_2.jpg']
for (const expected of expectedValues) {
T.isTrue(images.has(expected), expected + " not found")
}