Skip to content
Snippets Groups Projects
Commit b7c75a2f authored by Federico Felici's avatar Federico Felici
Browse files

Add 1010 to expcodes to be tested

parent cc963c25
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ classdef test_expcodes < matlab.unittest.TestCase
end
properties(MethodSetupParameter)
expcode_number = {1,1005,1006}; % list of expcodes to test
expcode_number = {1,1005,1006,1010}; % list of expcodes to test
end
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