Skip to content
Snippets Groups Projects
Commit 9513e0a8 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

state-machine moved to tools folder

parent 5c62e86d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,8 @@ classdef test_expcodes < matlab.unittest.TestCase ...@@ -7,7 +7,8 @@ classdef test_expcodes < matlab.unittest.TestCase
end end
properties(ClassSetupParameter) properties(ClassSetupParameter)
expcode_number = {'1','1005','1010'}; % list of expcodes to test %expcode_number = {'1','1005','1010'}; % list of expcodes to test
expcode_number = {'1','1005'}; % list of expcodes to test
end end
methods(TestClassSetup) methods(TestClassSetup)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment