forked from MapComplete/MapComplete
Fix tests
This commit is contained in:
parent
809a534ed0
commit
c3b349851b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export default class ImageAttributionSpec extends T {
|
|||
[
|
||||
"Should find all the images",
|
||||
() => {
|
||||
const images = new Set(new ExtractImages().convertStrict(<any> cyclofix, "test"))
|
||||
const images = new Set(new ExtractImages(true).convertStrict(<any> cyclofix, "test"))
|
||||
const expectedValues = [
|
||||
'./assets/layers/bike_repair_station/repair_station.svg',
|
||||
'./assets/layers/bike_repair_station/repair_station_pump.svg',
|
||||
|
|
Loading…
Reference in a new issue