rename annonymous to anonymous

This commit is contained in:
2019-08-30 13:25:54 +02:00
parent 1b8a02c2b3
commit 16b71fb1e6
22 changed files with 48 additions and 48 deletions

View File

@@ -37,7 +37,7 @@ class ConstitutionSteps: En, KoinTest {
title = "hello",
titles = listOf(title1),
createdBy = citizen,
annonymous = false
anonymous = false
)
get<ConstitutionRepository>().upsert(constitution)
}
@@ -54,7 +54,7 @@ class ConstitutionSteps: En, KoinTest {
title = "hello",
titles = listOf(title1),
createdBy = citizen,
annonymous = false
anonymous = false
)
get<ConstitutionRepository>().upsert(constitution)
}