Skip to content

Commit c191a54

Browse files
committed
typo: classGetConstructorsShouldNotMatchWhemMissingTypeHint -> classGetConstructorsShouldNotMatchWhenMissingTypeHint (Whem -> When)
Signed-off-by: behappyleee <[email protected]>
1 parent 88a5b4e commit c191a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core-test/src/test/java/org/springframework/aot/agent/InstrumentedMethodTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ void classGetConstructorsShouldMatchTypeHint() {
154154
}
155155

156156
@Test
157-
void classGetConstructorsShouldNotMatchWhemMissingTypeHint() {
157+
void classGetConstructorsShouldNotMatchWhenMissingTypeHint() {
158158
assertThatInvocationDoesNotMatch(InstrumentedMethod.CLASS_GETCONSTRUCTORS, this.stringGetConstructors);
159159
}
160160

0 commit comments

Comments
 (0)