diff --git a/quad/tests-typed.rkt b/quad/tests-typed.rkt index cd231d76..6412110e 100644 --- a/quad/tests-typed.rkt +++ b/quad/tests-typed.rkt @@ -85,4 +85,4 @@ (check-true (andmap whitespace? funny-unicode-spaces)) (check-true (andmap whitespace/nbsp? funny-unicode-spaces)) -(check-equal? (measure-text "foobar" 10.0 "Courier") 36.0059) \ No newline at end of file +(check-equal? (measure-text "foobar" 10.0 "Courier" 'normal 'normal) 36.0059) \ No newline at end of file