Skip to content

Commit

Permalink
Fix hatch pattern in ContourRenderer's tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpap committed May 8, 2024
1 parent 7c1394e commit e3e1ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bokehjs/test/integration/contour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("ContourRenderer", () => {
lower_levels: [-0.5, 1.5],
upper_levels: [1.5, 3.5],
fill_color: ["red", "yellow"],
hatch_pattern: ["", "/"],
hatch_pattern: [" ", "/"],
}})
const fill_renderer = new GlyphRenderer({
glyph: new MultiPolygons({
Expand Down

0 comments on commit e3e1ba6

Please sign in to comment.