mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Clean up AutoCloseable and other Java warnings (#1866)
This commit is contained in:
@@ -132,6 +132,8 @@ public class AnalogCrossConnectTest extends AbstractInterruptTest {
|
||||
|
||||
// Then the counter should be at 50
|
||||
assertEquals("Analog trigger counter did not count 50 ticks", 50, counter.get());
|
||||
|
||||
counter.close();
|
||||
}
|
||||
|
||||
@Test(expected = RuntimeException.class)
|
||||
|
||||
Reference in New Issue
Block a user