From d8fcacd1d44aa9c968f6df5f8523df7bb659b9ef Mon Sep 17 00:00:00 2001
From: Federico Felici <federico.felici@epfl.ch>
Date: Thu, 30 Sep 2021 14:56:36 +0200
Subject: [PATCH] Move test found in the wild to tests folder

---
 matlab/{TCV_IMAS => tests}/test_tcv_get_ids.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename matlab/{TCV_IMAS => tests}/test_tcv_get_ids.m (95%)

diff --git a/matlab/TCV_IMAS/test_tcv_get_ids.m b/matlab/tests/test_tcv_get_ids.m
similarity index 95%
rename from matlab/TCV_IMAS/test_tcv_get_ids.m
rename to matlab/tests/test_tcv_get_ids.m
index a434d7a0..9ef5a240 100644
--- a/matlab/TCV_IMAS/test_tcv_get_ids.m
+++ b/matlab/tests/test_tcv_get_ids.m
@@ -1,5 +1,5 @@
 classdef (SharedTestFixtures={...
-    check_mds,setup_gdatpaths})...
+    check_mds})...
     test_tcv_get_ids < matlab.unittest.TestCase
 
   properties(TestParameter)
-- 
GitLab