diff --git a/arrus/core/devices/us4r/us4oem/Us4OEMFactoryImplTest.cpp b/arrus/core/devices/us4r/us4oem/Us4OEMFactoryImplTest.cpp index af97ffc2d..b4ec85e65 100644 --- a/arrus/core/devices/us4r/us4oem/Us4OEMFactoryImplTest.cpp +++ b/arrus/core/devices/us4r/us4oem/Us4OEMFactoryImplTest.cpp @@ -146,7 +146,6 @@ TEST_P(Us4OEMFactoryTGCSamplesTest, VerifyUs4OEMFactorySimpleParameters) { RxSettings::TGCCurve tgcCurve = GetParam().first.getUs4OEMSettings().getRxSettings().getTgcSamples(); if(tgcCurve.empty()) { - EXPECT_CALL(GET_MOCK_PTR(ius4oem), TGCDisable()); // NO TGC enable EXPECT_CALL(GET_MOCK_PTR(ius4oem), TGCEnable()).Times(0); } else {