Fix tests
This commit is contained in:
parent
ce3a31d8bd
commit
77d3cc359e
1 changed files with 1 additions and 1 deletions
|
@ -5872,7 +5872,7 @@ mod tests {
|
||||||
let observed_events = observed_events.clone();
|
let observed_events = observed_events.clone();
|
||||||
move |this, view, cx| {
|
move |this, view, cx| {
|
||||||
observed_events.lock().push(format!(
|
observed_events.lock().push(format!(
|
||||||
"{} observed {} focus",
|
"{} observed {}'s focus",
|
||||||
this.name,
|
this.name,
|
||||||
view.read(cx).name
|
view.read(cx).name
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue