We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5967128 commit ff5902cCopy full SHA for ff5902c
1 file changed
api/src/test/java/com/cloud/network/IsolationMethodTest.java
@@ -25,7 +25,7 @@
25
public class IsolationMethodTest {
26
@After
27
public void cleanTheRegistry() {
28
- PhysicalNetwork.IsolationMethod.registeredIsolationMethods.removeAll(PhysicalNetwork.IsolationMethod.registeredIsolationMethods);
+ PhysicalNetwork.IsolationMethod.registeredIsolationMethods.clear();
29
}
30
31
@Test
0 commit comments