Fix test.

This commit is contained in:
treeform 2021-09-08 17:46:12 -07:00
parent 8a67455f73
commit a85b4a2905

View file

@ -492,7 +492,7 @@ block:
ctx.font = "tests/fonts/Roboto-Regular_1.ttf"
let metrics = ctx.measureText("Hello world")
doAssert metrics.width == 61
doAssert metrics.width == 60
block:
let