fix failing test i forgot in last commit

This commit is contained in:
Olof 2025-03-18 13:47:35 +01:00
parent 3eb1dc4a5b
commit 1630b1fceb
No known key found for this signature in database
GPG key ID: 303027B7212E310B

View file

@ -3391,7 +3391,7 @@ mod test_reporting {
^^^
Looks like you are trying to define a function. In Roc, functions are
always written as a lambda, like increment = \n -> n + 1.
always written as a lambda, like increment = |n| -> n + 1.
"###
);