I have a library with 2 classes, 1 public and one internal
For sanity I’m writing a java test for the public one, but I’m testing with a mocked version of the internal.
IntelliJ is complaining about that but the tests still pass, is this a bad practice?