HomeTests.testShowInfo1 test case doesn't compile
Closed this issue · 2 comments
AlexanderBollbach commented
compiler says 'loadContent' is inaccessible due to 'fileprivate' protection level
kszuba commented
You need to remove "private" from "private extension HomePresenter". This will resolve problem
ferranabello commented
Hi @AlexanderBollbach, @kszuba is right. I've updated the code.
Thanks!