mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Fix tests
This commit is contained in:
parent
ce3a31d8bd
commit
77d3cc359e
@ -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
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user