mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fixes Relay Constant Test (#189)
This commit is contained in:
committed by
Peter Johnson
parent
866046edd1
commit
62a980d3c8
@@ -73,7 +73,7 @@ public class ConstantsPortsTest extends AbstractComsSetup {
|
||||
*/
|
||||
@Test
|
||||
public void testRelayChannels() {
|
||||
assertEquals(8, SensorBase.kRelayChannels);
|
||||
assertEquals(4, SensorBase.kRelayChannels);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user