diff --git a/tests/test_expcodes.m b/tests/test_expcodes.m index c1fafaa7b92ba4b18bbdce720ae60ec571b7fe6a..54b0ef8254ba7fad5293eb5892eadba8686a52f3 100644 --- a/tests/test_expcodes.m +++ b/tests/test_expcodes.m @@ -31,8 +31,8 @@ classdef test_expcodes < matlab.unittest.TestCase testCase.expcode_obj = getbymaincode(testCase.SCDexps,str2double(expcode_number)); end - function test_expcode_printInfo(testCase) - testCase.expcode_obj.printInfo + function test_expcode_printinfo(testCase) + testCase.expcode_obj.printinfo end function test_expcode_printparameters(testCase)