Merge branch '2.3.x'
Closes gh-24404
This commit is contained in:
@@ -152,7 +152,7 @@ class JarFileWrapperTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void streamDelegatestoParent() {
|
||||
void streamDelegatesToParent() {
|
||||
this.wrapper.stream();
|
||||
this.parent.verify(Call.STREAM);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user