Skip to content

Commit e25ec42

Browse files
committed
function name camelCase fix
1 parent 4fec6e9 commit e25ec42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function results = runtests(pth)
1+
function results = runTests(pth)
22
% Run tests
33
% List all the 'test_*.m' files located in the same directory as this
44
% function, run them and keep track of how many passed, failed or are

0 commit comments

Comments
 (0)