Fix: tests

This commit is contained in:
Pieter Vander Vennet 2023-06-20 10:40:27 +02:00
parent 39024eb5f3
commit 238de89ad5
3 changed files with 9 additions and 2 deletions

View file

@ -44,7 +44,7 @@ describe("ReplaceGeometryAction", () => {
mapRendering: [
{
icon: "square:#cc0",
iconSize: "5,5,center",
iconSize: "5,5",
location: ["point"],
},
],
@ -292,7 +292,7 @@ describe("ReplaceGeometryAction", () => {
tagRenderings: [],
mapRendering: [
{
iconSize: "50,50,center",
iconSize: "50,50",
icon: "./assets/themes/grb/housenumber_blank.svg",
location: ["point", "centroid"],
},