mirror of https://github.com/apache/cloudstack.git
fix test identified by errorprone
This commit is contained in:
parent
5967128527
commit
ff5902cceb
|
|
@ -25,7 +25,7 @@ import static org.junit.Assert.assertFalse;
|
|||
public class IsolationMethodTest {
|
||||
@After
|
||||
public void cleanTheRegistry() {
|
||||
PhysicalNetwork.IsolationMethod.registeredIsolationMethods.removeAll(PhysicalNetwork.IsolationMethod.registeredIsolationMethods);
|
||||
PhysicalNetwork.IsolationMethod.registeredIsolationMethods.clear();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue