Skip to content

Commit 8b63c65

Browse files
jk-idealoNylle
authored andcommitted
test: rename field to match order
1 parent 363946b commit 8b63c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/github/nylle/javafixture/testobjects/TestObjectWithJavaxValidationAnnotations.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class TestObjectWithJavaxValidationAnnotations {
1919

2020
@Size(max = 100)
2121
@Column(length = 5)
22-
private String withColumnLengthAnnotationAndMaxAnnotation;
22+
private String withMaxAnnotationAndColumnLengthAnnotation;
2323

2424
public String getWithMinMaxAnnotation() {
2525
return withMinMaxAnnotation;
@@ -38,6 +38,6 @@ public String getWithColumnLengthAnnotation() {
3838
}
3939

4040
public String getWithColumnLengthAnnotationAndMaxAnnotation() {
41-
return withColumnLengthAnnotationAndMaxAnnotation;
41+
return withMaxAnnotationAndColumnLengthAnnotation;
4242
}
4343
}

0 commit comments

Comments
 (0)