Merge branch '2.2.x' into 2.3.x

Closes gh-24403
This commit is contained in:
Phillip Webb
2020-12-08 12:09:25 -08:00
4 changed files with 4 additions and 5 deletions

View File

@@ -152,7 +152,7 @@ class JarFileWrapperTests {
}
@Test
void streamDelegatestoParent() {
void streamDelegatesToParent() {
this.wrapper.stream();
this.parent.verify(Call.STREAM);
}