#54 Can create article under the name of the Workgroup

This commit is contained in:
2020-07-10 15:41:39 +02:00
parent 3d319605de
commit 01c3d85a17
6 changed files with 40 additions and 9 deletions

View File

@@ -58,7 +58,8 @@ internal class CommentVoterTest {
content = "Hi",
createdBy = einstein,
description = "blablabla",
title = "Super article"
title = "Super article",
workgroup = null
).apply { deletedAt = DateTime.now() }
)