Skip to content

Commit 2eb64b2

Browse files
committed
fix test
1 parent 743ffc9 commit 2eb64b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/plots/raster-penguins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ test(async function rasterPenguinsBlur() {
3131
test(async function rasterPenguinsCSS4() {
3232
// observable10 converted to oklch
3333
const scale = d3.scaleOrdinal(["oklch(71.83% 0.176 30.86)", "oklch(54.8% 0.165 265.62)", "oklch(79.71% 0.16 82.35)"]);
34-
return rasterPenguins({interpolate: "random-walk", fill: (d: string) => scale(d.island)});
34+
return rasterPenguins({interpolate: "random-walk", fill: (d: any) => scale(d.island)});
3535
});

0 commit comments

Comments
 (0)