Open vadimkin99 opened 6 months ago
@VisibleForTesting does not make the method public. Making it internal (the change that you made but left out of the instructions) is what makes the function visible to the unit test function because it's in the same package.
@VisibleForTesting does not make the method public. Making it internal (the change that you made but left out of the instructions) is what makes the function visible to the unit test function because it's in the same package.