Fix tests

This commit is contained in:
Pieter Vander Vennet 2021-10-06 02:36:58 +02:00
parent f05a7d239e
commit 5628be3632
4 changed files with 23 additions and 7 deletions

View file

@ -11,7 +11,7 @@ export default class ChangeTagAction extends OsmChangeAction {
constructor(elementId: string, tagsFilter: TagsFilter, currentTags: any, meta: {
theme: string,
changeType: "answer" | "soft-delete"
changeType: "answer" | "soft-delete" | "add-image"
}) {
super();
this._elementId = elementId;