Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zerver/lib/test_helpers.py: Wrap function in lambda.
Wrap `list.append` in a lambda before assigning it to event_queue.process_notification to prevent errors when event_queue.process_notification is used with keyword arguments. This also removes an error message by mypy 0.4.7.
- Loading branch information