Skip to content

Commit 9d36590

Browse files
committed
Fix typo
1 parent 97e10a5 commit 9d36590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/test/java/org/springframework/test/util/MethodAssertTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void hasDeclaringClass() {
6565
}
6666

6767
@Test
68-
void haDeclaringClassWithWrongClass() {
68+
void hasDeclaringClassWithWrongClass() {
6969
Method method = ReflectionUtils.findMethod(TestData.class, "counter");
7070
assertThatExceptionOfType(AssertionError.class)
7171
.isThrownBy(() -> assertThat(method).hasDeclaringClass(Method.class))

0 commit comments

Comments
 (0)