Skip to content

Commit 5571177

Browse files
committed
Fix tests
1 parent 6942b82 commit 5571177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-server/tests/completions/completions.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ withFixture('v4/basic', (c) => {
602602
'```css',
603603
'.text-sm {',
604604
' font-size: var(--text-sm) /* 0.875rem = 8.75px */;',
605-
' line-height: var(--tw-leading, var(--text-sm--line-height) /* calc(1.25 / 0.875) ≈ 1.4286 */);',
605+
' line-height: var(--tw-leading, var(--text-sm--line-height) /* calc(1.25 / 0.875) ≈ 1.428571 */);',
606606
'}',
607607
'```',
608608
].join('\n'),

0 commit comments

Comments
 (0)