Skip to content

Commit f199b28

Browse files
ADRV9002 tests: Reverted gain setting in ManualGainControlError to cause the test to fail
Signed-off-by: Pagadarai <[email protected]>
1 parent cb3e1fe commit f199b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ADRV9002Tests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ function testADRV9002ManualGainControlError(testCase)
321321
rx.CustomStreamFileName = which('lte_5_cmos_api_68_0_6.stream');
322322

323323
rx.DigitalGainControlModeChannel0 = 'spi';
324-
rx.InterfaceGainChannel0 = '0dB';
324+
rx.InterfaceGainChannel0 = '6dB';
325325
verifyError(testCase, @() rx(), ?MException);
326326
end
327327

0 commit comments

Comments
 (0)