Skip to content

Commit 97827fa

Browse files
committed
Polishing.
Fix test naming.
1 parent 45f8f72 commit 97827fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/data/mapping/PropertyPathUnitTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void handlesArrayCorrectly() {
121121
}
122122

123123
@Test
124-
void handlesInvalidCollectionCompountTypeProperl() {
124+
void handlesInvalidCollectionCompoundTypeProperly() {
125125

126126
try {
127127
PropertyPath.from("usersMame", Bar.class);

0 commit comments

Comments
 (0)