diff --git a/tests/suite/foundations/array.typ b/tests/suite/foundations/array.typ index 9c1c28636..32dc26059 100644 --- a/tests/suite/foundations/array.typ +++ b/tests/suite/foundations/array.typ @@ -451,7 +451,7 @@ #([Hi], [There]).sorted() --- array-sorted-uncomparable-lengths --- -// Error: 2-26 cannot compare 2pt with 3em +// Error: 2-26 cannot compare 3em with 2pt #(1pt, 2pt, 3em).sorted() --- array-sorted-key-function-positional-2 ---