Bug 6325 - Fix for draft15 update
[netconf.git] / restconf / sal-rest-connector / src / test / java / org / opendaylight / restconf / RestConnectorProviderTest.java
index 9b3b450b747cb3308a82d1e503e57c205f0ced75..f2ade260efe4152460a147736a72244d6b645b20 100644 (file)
@@ -171,5 +171,6 @@ public class RestConnectorProviderTest {
 
         // verify interaction
         verify(this.mockRegistration, times(1)).close();
+        verify(mockTransactionChain, times(1)).close();
     }
 }