From a6c300e97b29604f1db27bb1a0676f8f11cc9981 Mon Sep 17 00:00:00 2001 From: Julia Pineda Date: Wed, 23 Oct 2024 11:59:58 +0800 Subject: [PATCH] test: Fix test name typo Signed-off-by: Julia Pineda --- test/AD7768_1Tests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/AD7768_1Tests.m b/test/AD7768_1Tests.m index 4e0075e..7520b33 100644 --- a/test/AD7768_1Tests.m +++ b/test/AD7768_1Tests.m @@ -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;