fix test identified by errorprone

This commit is contained in:
Pearl Dsilva 2026-01-13 16:58:41 -05:00 committed by dahn
parent 10986aed33
commit 7028390f49
1 changed files with 1 additions and 1 deletions

View File

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