fix test identified by errorprone

This commit is contained in:
Pearl Dsilva 2026-01-13 16:58:41 -05:00
parent 5967128527
commit ff5902cceb
1 changed files with 1 additions and 1 deletions

View File

@ -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