mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
Merge branch '5.1.x'
This commit is contained in:
+2
-2
@@ -109,8 +109,8 @@ public class ReactorResourceFactoryTests {
|
||||
this.resourceFactory.destroy();
|
||||
|
||||
// Managed (destroy disposes)..
|
||||
verify(this.connectionProvider).dispose();
|
||||
verify(this.loopResources).dispose();
|
||||
verify(this.connectionProvider).disposeLater();
|
||||
verify(this.loopResources).disposeLater();
|
||||
verifyNoMoreInteractions(this.connectionProvider, this.loopResources);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user