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 {
|
public class IsolationMethodTest {
|
||||||
@After
|
@After
|
||||||
public void cleanTheRegistry() {
|
public void cleanTheRegistry() {
|
||||||
PhysicalNetwork.IsolationMethod.registeredIsolationMethods.removeAll(PhysicalNetwork.IsolationMethod.registeredIsolationMethods);
|
PhysicalNetwork.IsolationMethod.registeredIsolationMethods.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue