mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Update ed test
This commit is contained in:
parent
24b605a369
commit
db6a19f33d
1 changed files with 1 additions and 1 deletions
|
@ -3168,7 +3168,7 @@ pub mod test_ed_update {
|
|||
|
||||
assert_type_tooltips_clean(
|
||||
ovec!["val = [ [ 0, 1, \"2\" ], [ 3, 4, 5 ┃] ]"],
|
||||
ovec!["List (Num *)", "List <type mismatch>"],
|
||||
ovec!["List (Num *)", "List (List <type mismatch>)"],
|
||||
)?;
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue