mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Merge "Re-enable C++ Pressure Switch Test."
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