Skip to content

Commit

Permalink
Fix typo in LombokValueToRecordTest
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Oct 31, 2023
1 parent 7b8083f commit 9e2457f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public class A {
@Value
@ToString
public class B {
Strign test;
String test;
}
""",
"""
Expand All @@ -173,7 +173,7 @@ public record A(
@Value
@ToString
public class B {
Strign test;
String test;
}
"""
)
Expand Down

0 comments on commit 9e2457f

Please sign in to comment.