Fix typos in tests

Closes gh-35815

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan
2025-11-13 13:43:54 +01:00
committed by GitHub
parent 1aa520162b
commit 18d8d458e3
5 changed files with 6 additions and 6 deletions
@@ -154,7 +154,7 @@ class InstrumentedMethodTests {
}
@Test
void classGetConstructorsShouldNotMatchWhemMissingTypeHint() {
void classGetConstructorsShouldNotMatchWhenMissingTypeHint() {
assertThatInvocationDoesNotMatch(InstrumentedMethod.CLASS_GETCONSTRUCTORS, this.stringGetConstructors);
}