Skip to content

Commit

Permalink
Further improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Aug 30, 2023
1 parent 612bffc commit 9a7f313
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ final class MoreMatchersTest {
@Test
void hasLombokDataAnnotation() {
CompilationTestHelper.newInstance(HasLombokDataTestChecker.class, getClass())
.addSourceLines("Data.java", "package lombok;", "", "public @interface Data {}")
.addSourceLines(
"A.java",
"import lombok.Data;",
Expand Down

0 comments on commit 9a7f313

Please sign in to comment.