Skip to content

Commit 61d92b6

Browse files
committed
Update undefined sort test
Test now fails, but this is correct
1 parent 137c9ee commit 61d92b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jinja/test/templates.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4892,7 +4892,7 @@ const EXPECTED_OUTPUTS = {
48924892
SORT_POSITIONAL_MIXED: `[35, 30, 25]`,
48934893
// Edge cases for sort
48944894
SORT_NULL_VALUES: `[null, null]`,
4895-
SORT_UNDEFINED_VALUES: `[null, null, null]`,
4895+
SORT_UNDEFINED_VALUES: `[undefined, undefined, undefined]`,
48964896
SORT_MIXED_BOOL_NUM: `[0, false, 0.5, true, 1]`,
48974897

48984898
// Filter statements

0 commit comments

Comments
 (0)