Skip to content

Commit

Permalink
Update src/test/java/org/openrewrite/java/testing/assertj/CollapseCon…
Browse files Browse the repository at this point in the history
…secutiveAssertThatStatementsTest.java

Co-authored-by: Tim te Beek <timtebeek@gmail.com>
  • Loading branch information
timo-abele and timtebeek authored Sep 21, 2024
1 parent 5475ace commit d891f23
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,7 @@ void collapseAssertThatsOnInteger() {
"""
import static org.assertj.core.api.Assertions.assertThat;
import org.junit.jupiter.api.Test;
class MyTest {
@Test
void test() {
Integer i = 1+1;
assertThat(i).isNotNull();
Expand Down

0 comments on commit d891f23

Please sign in to comment.