Skip to content

Commit f854b17

Browse files
committed
fixup!
1 parent 958d139 commit f854b17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/remark-lint/src/rules/__tests__/yaml/validate-versions.test.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const testCases = [
2424
input: {
2525
deprecated: ['v1.0.0', 'v2.0.0'],
2626
},
27-
expected: ['In "deprecated": Versions are unsorted'],
27+
expected: [
28+
'In "deprecated": Versions are unsorted (should be in descending order)',
29+
],
2830
},
2931
{
3032
name: 'handles REPLACEME correctly when alone',

0 commit comments

Comments
 (0)