Fix expect tests

This commit is contained in:
Ayaz Hafiz 2023-01-16 10:52:10 -06:00
parent 95dae5036a
commit 0201b29a5e
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -666,10 +666,10 @@ mod test {
When it failed, these variables had these values:
a : [Ok Str]
a : [Err Str, Ok Str]
a = Ok "Astra mortemque praestare gradatim"
b : [Err Str]
b : [Err Str, Ok Str]
b = Err "Profundum et fundamentum"
"#
),