Skip to content
Snippets Groups Projects
Commit d4e44a5e authored by Federico Felici's avatar Federico Felici Committed by Olivier Sauter
Browse files

Fix ids tests

parent a891540d
No related branches found
No related tags found
1 merge request!4Feature/testsuite
...@@ -9,7 +9,7 @@ classdef (SharedTestFixtures={... ...@@ -9,7 +9,7 @@ classdef (SharedTestFixtures={...
methods(Test,TestTags = {'IMAS'}) methods(Test,TestTags = {'IMAS'})
function test_tcv2ids(testCase,shot,ids_name) function test_tcv2ids(testCase,shot,ids_name)
ids = tcv2ids(shot,ids_name); ids = tcv2ids(shot,'ids_name',{ids_name});
testCase.assertTrue(~isempty(ids)) testCase.assertTrue(~isempty(ids))
end end
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