Skip to content

Commit 758248f

Browse files
fix typo
1 parent d0c4829 commit 758248f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/openrewrite/java/migrate/lombok/UseLombokGetterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ public int getFoo() {
561561
}
562562

563563
@Test
564-
void noChangeRecordWithCompactContractor() {
564+
void noChangeRecordWithCompactConstructor() {
565565
rewriteRun(// language=java
566566
java(
567567
"""

0 commit comments

Comments
 (0)