Merge branch '2.3.x'

Closes gh-24404
This commit is contained in:
Phillip Webb
2020-12-08 12:13:02 -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);
}