From 465118a42d7929a30f7f8ab972f05fe317109677 Mon Sep 17 00:00:00 2001 From: Federico Felici <federico.felici@epfl.ch> Date: Sat, 30 Nov 2019 18:23:03 +0100 Subject: [PATCH] Typo --- tests/test_expcodes.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_expcodes.m b/tests/test_expcodes.m index c1fafaa..54b0ef8 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) -- GitLab