Fix tests

This commit is contained in:
Antonio Scandurra
2022-04-14 18:50:45 +02:00
parent ce3a31d8bd
commit 77d3cc359e
+1 -1
View File
@@ -5872,7 +5872,7 @@ mod tests {
let observed_events = observed_events.clone();
move |this, view, cx| {
observed_events.lock().push(format!(
"{} observed {} focus",
"{} observed {}'s focus",
this.name,
view.read(cx).name
))