Skip to content

Commit

Permalink
Update expected value on test..
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed May 15, 2024
1 parent 04c6ea8 commit 7f19302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const styleFn = (feature) => {
text: new Text({
text: feature.get('name'),
font: '12px sans-serif',
offsetY: 12,
offsetY: -12,
}),
image: new Circle({
fill,
Expand Down

0 comments on commit 7f19302

Please sign in to comment.