This commit is contained in:
Nathan Sobo
2021-07-23 12:25:09 -06:00
parent 11285f3762
commit f81f043058
8 changed files with 513 additions and 568 deletions
+1 -1
View File
@@ -1329,7 +1329,7 @@ mod tests {
.to_any()
.downcast::<Editor>()
.unwrap();
assert!(editor.read(cx).text(cx.as_ref()).is_empty());
assert!(editor.update(cx, |editor, cx| editor.text(cx).is_empty()));
});
}