ferranabello/Viperit

HomeTests.testShowInfo1 test case doesn't compile

Closed this issue · 2 comments

compiler says 'loadContent' is inaccessible due to 'fileprivate' protection level

You need to remove "private" from "private extension HomePresenter". This will resolve problem

Hi @AlexanderBollbach, @kszuba is right. I've updated the code.

Thanks!