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 88a5b4e commit c191a54Copy full SHA for c191a54
spring-core-test/src/test/java/org/springframework/aot/agent/InstrumentedMethodTests.java
@@ -154,7 +154,7 @@ void classGetConstructorsShouldMatchTypeHint() {
154
}
155
156
@Test
157
- void classGetConstructorsShouldNotMatchWhemMissingTypeHint() {
+ void classGetConstructorsShouldNotMatchWhenMissingTypeHint() {
158
assertThatInvocationDoesNotMatch(InstrumentedMethod.CLASS_GETCONSTRUCTORS, this.stringGetConstructors);
159
160
0 commit comments