We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10165af commit e66c8ebCopy full SHA for e66c8eb
src/test/java/org/springframework/data/repository/core/support/RepositoryFragmentUnitTests.java
@@ -31,7 +31,7 @@ public class RepositoryFragmentUnitTests {
31
public void fragmentCreationFromUnrelatedTypesShouldFail() {
32
33
assertThatThrownBy(() -> RepositoryFragment.implemented((Class) CustomFragment.class, new UnrelatedImpl()))
34
- .hasMessageMatching("Fragment implementation .* does not implement .*UnrelatedImpl!")
+ .hasMessageMatching("Fragment implementation .*UnrelatedImpl does not implement .*!")
35
.isInstanceOf(IllegalArgumentException.class);
36
}
37
0 commit comments