Skip to content

Commit

Permalink
Removed expecting TGCDisable call.
Browse files Browse the repository at this point in the history
Settings tgc at the startup is deprecated.
  • Loading branch information
pjarosik committed Jan 19, 2021
1 parent 3260f34 commit 535e172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arrus/core/devices/us4r/us4oem/Us4OEMFactoryImplTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 535e172

Please sign in to comment.