Skip to content

Commit

Permalink
test: Fix test name typo
Browse files Browse the repository at this point in the history
Signed-off-by: Julia Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Oct 23, 2024
1 parent c91662c commit a6c300e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AD7768_1Tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function testAD7768_1AttrSamplesPerFrame(testCase,samples_per_frame)
end
end

function testAD7768_1AttrCommonModeVolage(testCase,common_mode_voltage)
function testAD7768_1AttrCommonModeVoltage(testCase,common_mode_voltage)
% FIXME: Hangs unless board is rebooted
adc = adi.AD7768_1.Rx;
adc.uri = testCase.uri;
Expand Down

0 comments on commit a6c300e

Please sign in to comment.