From db6a19f33d6a32a56f2880c21afe8aa400caa5ec Mon Sep 17 00:00:00 2001 From: ayazhafiz Date: Wed, 6 Jul 2022 00:31:35 -0400 Subject: [PATCH] Update ed test --- crates/editor/src/editor/mvc/ed_update.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/editor/src/editor/mvc/ed_update.rs b/crates/editor/src/editor/mvc/ed_update.rs index 7b28c67746..4f731ed0f8 100644 --- a/crates/editor/src/editor/mvc/ed_update.rs +++ b/crates/editor/src/editor/mvc/ed_update.rs @@ -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 "], + ovec!["List (Num *)", "List (List )"], )?; Ok(())