mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Fix typos in tests
Closes gh-35815 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ class InstrumentedMethodTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void classGetConstructorsShouldNotMatchWhemMissingTypeHint() {
|
||||
void classGetConstructorsShouldNotMatchWhenMissingTypeHint() {
|
||||
assertThatInvocationDoesNotMatch(InstrumentedMethod.CLASS_GETCONSTRUCTORS, this.stringGetConstructors);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user