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