Skip to content

Commit

Permalink
Fix test for Interpolation + fontFamily
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 18, 2023
1 parent c1ab1d5 commit 7f0594d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ppx/test/native/Interpolation_test.re
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 7f0594d

Please sign in to comment.