Jarosław Krajewski
Results
3
comments of
Jarosław Krajewski
Fixed it by changing declaration from ``` var sut: RecipesDomain! var persistence: RecipePersistenceProtocol! ``` to ``` var sut: RecipesDomain! var persistence: RecipePersistenceProtocolMock! ``` Not sure whether this is bug tho
I am getting to a point I have to copy 2-4 fragment for each query. Adding shared fragments would really help
Thank you very much