mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Fix expect tests
This commit is contained in:
parent
95dae5036a
commit
0201b29a5e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
"#
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue