Update reporting tests

This commit is contained in:
Ayaz Hafiz 2022-10-31 12:14:07 -05:00
parent 058d1f0b5d
commit 7b87d0093e
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -11777,7 +11777,7 @@ All branches in an `if` must have the same type!
This `when` does not cover all the possibilities:
4> when [] is
4> when [] is
5> [.., A, ..] -> ""
Other possibilities include:
@ -11811,7 +11811,7 @@ All branches in an `if` must have the same type!
This `when` does not cover all the possibilities:
4> when [] is
4> when [] is
5> [A, .., .., B] -> ""
Other possibilities include: