Skip to content

Commit

Permalink
fix slip in 6d3fa4d
Browse files Browse the repository at this point in the history
cherry-picked from 5a0657a
  • Loading branch information
LinqLover committed Jan 5, 2024
1 parent 665841e commit e617557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ testFilterInvolvement
{'*mail addresses*inbox*'. person mailAddresses joinSeparatedBy: Character cr}.
{'*author initials*inbox*'. person allAuthorInitials joinSeparatedBy: Character cr}.
{'*names*inbox*'. person names joinSeparatedBy: Character cr}}.
self waitWhileConversationsBusy.
self waitWhileBusy.

self shouldBeFiltered: [:conversation | conversation includesAuthor: person]

0 comments on commit e617557

Please sign in to comment.