Add RepositityTest

This commit is contained in:
2019-08-08 13:40:05 +02:00
parent 86d699c9c0
commit 41b1f75cfb
3 changed files with 49 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ val Module = module {
functionsDirectory = config.sqlFiles.resolve("functions")
).createRequester() }
// create generic declaration
// TODO: create generic declaration
single { ArticleRepository(get()) }
single { ConstitutionRepository(get()) }