Skip to content

Commit

Permalink
Remove references to removed images from specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
na9da committed Nov 29, 2024
1 parent 4b78d61 commit 8ecec94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions test/Models/BaseMaps/BaseMapsModelSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ const baseMapPositron = {
"© <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a>, © <a href='https://carto.com/about-carto/'>CARTO</a>",
subdomains: ["a", "b", "c", "d"],
opacity: 1.0
},
image: "/images/positron.png"
}
};

const baseMapDarkMatter = {
Expand All @@ -25,8 +24,7 @@ const baseMapDarkMatter = {
"© <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a>, © <a href='https://carto.com/about-carto/'>CARTO</a>",
subdomains: ["a", "b", "c", "d"],
opacity: 1.0
},
image: "/images/dark-matter.png"
}
};

describe("BaseMapModel", () => {
Expand Down
3 changes: 1 addition & 2 deletions test/Models/TerriaSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,7 @@ describe("Terria", function () {
"© <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a>, © <a href='https://carto.com/about-carto/'>CARTO</a>",
subdomains: ["a", "b", "c", "d"],
opacity: 1.0
},
image: "/images/dark-matter.png"
}
}
]
}
Expand Down

0 comments on commit 8ecec94

Please sign in to comment.