Sho SHIMIZU
Committed by Gerrit Code Review

Remove unnecessary reference to this

Change-Id: I1913041fc71169dc69ffd1243663b6304f4dc7ec
......@@ -773,8 +773,8 @@ public class GroupManagerTest {
}
assertEquals(lastDeviceIdProgrammable, expectedDeviceId);
assertTrue((this.groupOperations.containsAll(expectedGroupOps) &&
expectedGroupOps.containsAll(groupOperations)));
assertTrue(groupOperations.containsAll(expectedGroupOps) &&
expectedGroupOps.containsAll(groupOperations));
groupOperations.clear();
lastDeviceIdProgrammable = null;
......