Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add one more test to cover LogbackTestHelper#resetLogback with fallback
This method is mocked in other tests, so is never exercised. Test the delegation to LogbackTestHelpers by passing arguments that don't exist, and validating the exception we get. Kind of invasive but gets the job done without actually resetting Logback, which we generally want to avoid.
- Loading branch information