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

Remove test_SCDclass from expcode tests (no tag for now)

parent 26be6b1b
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ classdef test_SCDclass < matlab.unittest.TestCase ...@@ -6,7 +6,7 @@ classdef test_SCDclass < matlab.unittest.TestCase
shot = 65668; shot = 65668;
end end
methods(Test,TestTags={'expcodes'}) methods(Test)
function test_load(testCase) function test_load(testCase)
SCD.load(testCase.expcode); SCD.load(testCase.expcode);
end end
......
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