From 0202cf49122cbb2df8113474824867f4fe08c600 Mon Sep 17 00:00:00 2001 From: Antoine Merle <antoine.merle@epfl.ch> Date: Thu, 30 Sep 2021 15:34:34 +0000 Subject: [PATCH] mdsconnect instead of mdsdata --- matlab/tests/check_mds.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/tests/check_mds.m b/matlab/tests/check_mds.m index c239ea01..0e3eb0b5 100644 --- a/matlab/tests/check_mds.m +++ b/matlab/tests/check_mds.m @@ -1,7 +1,7 @@ classdef check_mds < matlab.unittest.fixtures.Fixture methods function setup(fixture) - fixture.assumeFalse(~exist('mdsconnect','file'),'mdsdata not found - is mds on path?'); + fixture.assumeFalse(~exist('mdsconnect','file'),'mdsconnect not found - is mds on path?'); % other environment checks here end end -- GitLab