mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Re-enable C++ Pressure Switch Test.
Also, the pressure switch test is wired correctly now, so it should be working again in Java as well. Change-Id: I066bc969c2e946d79df7c967cd000acfe840dd04
This commit is contained in:
@@ -63,7 +63,7 @@ class PCMTest : public testing::Test {
|
||||
/**
|
||||
* Test if the compressor turns on and off when the pressure switch is toggled
|
||||
*/
|
||||
TEST_F(PCMTest, DISABLED_PressureSwitch) {
|
||||
TEST_F(PCMTest, PressureSwitch) {
|
||||
Reset();
|
||||
|
||||
m_compressor->SetClosedLoopControl(true);
|
||||
|
||||
Reference in New Issue
Block a user