Split LabelRepository off the MessageRepository

This commit is contained in:
2017-11-26 20:30:05 +01:00
parent ddb2073c2f
commit 278d5b05e6
20 changed files with 407 additions and 236 deletions

View File

@ -53,6 +53,7 @@ class WifExporterTest {
cryptography = BouncyCryptography()
networkHandler = mock()
inventory = mock()
labelRepo = mock()
messageRepo = mock()
proofOfWorkRepo = mock()
nodeRegistry = mock()

View File

@ -54,6 +54,7 @@ class WifImporterTest {
cryptography = BouncyCryptography()
networkHandler = mock()
inventory = mock()
labelRepo = mock()
messageRepo = mock()
proofOfWorkRepo = mock()
nodeRegistry = mock()