Fix test compilation again.
This commit is contained in:
parent
5ac3f273ea
commit
ac7dd355aa
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ fun aPollContent(
|
|||
maxSelections: ULong = 1u,
|
||||
votes: ImmutableMap<String, ImmutableList<UserId>> = persistentMapOf(),
|
||||
endTime: ULong? = null,
|
||||
isEdited: Boolean = false,
|
||||
) = PollContent(
|
||||
question = question,
|
||||
kind = kind,
|
||||
|
|
@ -136,4 +137,5 @@ fun aPollContent(
|
|||
answers = answers,
|
||||
votes = votes,
|
||||
endTime = endTime,
|
||||
isEdited = isEdited,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue