Skip to content

Commit 9c82638

Browse files
committed
Fix typo
(cherry picked from commit 9d36590)
1 parent b2069e4 commit 9c82638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)