From 7f0594d2b8dcc2c86753fa699bd32a652bcdfe22 Mon Sep 17 00:00:00 2001 From: David Sancho Moreno Date: Wed, 18 Oct 2023 14:00:51 +0200 Subject: [PATCH] Fix test for Interpolation + fontFamily --- packages/ppx/test/native/Interpolation_test.re | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ppx/test/native/Interpolation_test.re b/packages/ppx/test/native/Interpolation_test.re index b7025ad28..c4eda81aa 100644 --- a/packages/ppx/test/native/Interpolation_test.re +++ b/packages/ppx/test/native/Interpolation_test.re @@ -68,7 +68,7 @@ let tests = ( "font-family: $(mono)", [%expr [%css "font-family: $(mono)"]], - [%expr CssJs.fontFamily(mono)], + [%expr CssJs.fontFamilies([|mono|])], ), ( "line-height: $(lh)",