This commit is contained in:
2020-03-17 01:34:30 +01:00
parent 676baa4e28
commit f225f7345c
3 changed files with 18 additions and 11 deletions

View File

@@ -50,7 +50,6 @@ internal class ArticleVoterTest {
@Test
fun `other user can be view the article`() = ArticleVoter().run {
val article = getArticle(tesla)
val article2 = getArticle(tesla)
mockk<ApplicationCall> {
every { user } returns einstein.user