forked from MapComplete/MapComplete
Fix: tests
This commit is contained in:
parent
39024eb5f3
commit
238de89ad5
3 changed files with 9 additions and 2 deletions
|
@ -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"],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue