Hey folks, I'm trying o write a fake implementatio...
# testing
g
Hey folks, I'm trying o write a fake implementation of a sealed interface on my unit tests. But I get an
Inheritance of sealed classes or interfaces from different module is prohibited
error. I assumed that the tests source would be part of the same module as the production code. Am I missing something? Any tips?