parent
e5588fc9ea
commit
51d678d33b
5 changed files with 228 additions and 311 deletions
|
@ -1406,10 +1406,9 @@ mod tests {
|
|||
history: &Entity<HistoryStore>,
|
||||
cx: &mut TestAppContext,
|
||||
) -> Vec<(HistoryEntryId, String)> {
|
||||
history.read_with(cx, |history, cx| {
|
||||
history.read_with(cx, |history, _| {
|
||||
history
|
||||
.entries(cx)
|
||||
.iter()
|
||||
.entries()
|
||||
.map(|e| (e.id(), e.title().to_string()))
|
||||
.collect::<Vec<_>>()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue