Skip to content

Commit

Permalink
Update src/test/java/org/openrewrite/java/logging/ParameterizedLoggin…
Browse files Browse the repository at this point in the history
…gTest.java

Co-authored-by: Tim te Beek <[email protected]>
  • Loading branch information
koppor and timtebeek authored Jan 5, 2024
1 parent a2472a0 commit 52b8f45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ static void method(Logger logger, String name) {
}

@Test
@Issue("https://github.com/openrewrite/rewrite-logging-frameworks/issues/135")
void exceptionAppended() {
rewriteRun(
spec -> spec.recipeFromResources("org.openrewrite.java.logging.slf4j.ParameterizedLogging"),
Expand Down

0 comments on commit 52b8f45

Please sign in to comment.