We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ed100 commit d72c54bCopy full SHA for d72c54b
tests/exampleTests.m
@@ -7,7 +7,7 @@
7
8
methods (Test, TestTags = {'bdConnected'})
9
function runExampleScript(testCase, exName)
10
- testCase.verifyWarningFree(@() run(exName));
+ run(exName);
11
end
12
13
0 commit comments