We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd15b95 commit 026c922Copy full SHA for 026c922
tests/cortexlab/bindMpepServer_test.m
@@ -1,6 +1,6 @@
1
classdef (SharedTestFixtures={ % add 'fixtures' folder as test fixture
2
- matlab.unittest.fixtures.PathFixture('fixtures'),...
3
- matlab.unittest.fixtures.PathFixture(['fixtures' filesep 'util'])})...
+ matlab.unittest.fixtures.PathFixture(['..' filesep 'fixtures']),...
+ matlab.unittest.fixtures.PathFixture(['..' filesep 'fixtures' filesep 'util'])})...
4
bindMpepServer_test < matlab.unittest.TestCase & matlab.mock.TestCase
5
6
properties (SetAccess = protected)
0 commit comments