-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Lines 31 to 36 in e4f085c
| ## todo: here it would be nice to do a bit more proper testing | |
| assert len( csds ) > 1, 'Organisation does not collect all people' | |
| names = map( lambda x: x['firstnames'], csds ) | |
| assert 'Matti' in names, 'Known person not working for right organisation' | |
This issue was generated by todo based on a todo comment in e4f085c. It's been assigned to @matnel because they committed the code.
Reactions are currently unavailable