mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fix Java Compressor test. Make limits same as C++. (#772)
This commit is contained in:
committed by
Peter Johnson
parent
a00b2449db
commit
c9d440f338
@@ -83,7 +83,7 @@ public class PCMTest extends AbstractComsSetup {
|
||||
*/
|
||||
@Test
|
||||
public void testPressureSwitch() throws Exception {
|
||||
final double range = 0.1;
|
||||
final double range = 0.5;
|
||||
reset();
|
||||
compressor.setClosedLoopControl(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user