chore(test): add surnames with unicode characters
This commit is contained in:
parent
873d5a02ad
commit
a66c61cecc
@ -193,7 +193,8 @@ spec = do
|
|||||||
, "Martin", "Jackson", "Thompson", "White"
|
, "Martin", "Jackson", "Thompson", "White"
|
||||||
, "Lopez", "Lee", "Gonzalez", "Harris"
|
, "Lopez", "Lee", "Gonzalez", "Harris"
|
||||||
, "Clark", "Lewis", "Robinson", "Walker"
|
, "Clark", "Lewis", "Robinson", "Walker"
|
||||||
, "Perez", "Hall", "Young", "Allen"
|
, "Perez", "Hall", "Young", "zu Allen"
|
||||||
|
, "Únîcòdé", "Ähm-Ümlaüte", "von Leerzeichen"
|
||||||
]
|
]
|
||||||
occurrenceMap :: Map UserId (Maybe ExamOccurrenceId) -> Map ExamOccurrenceId [UserId]
|
occurrenceMap :: Map UserId (Maybe ExamOccurrenceId) -> Map ExamOccurrenceId [UserId]
|
||||||
occurrenceMap userMap = foldl' (\acc (userId, maybeOccurrenceId) -> appendJust maybeOccurrenceId userId acc)
|
occurrenceMap userMap = foldl' (\acc (userId, maybeOccurrenceId) -> appendJust maybeOccurrenceId userId acc)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user