Skip to content

Commit 026c922

Browse files
committed
Fixture path fix
1 parent bd15b95 commit 026c922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cortexlab/bindMpepServer_test.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
classdef (SharedTestFixtures={ % add 'fixtures' folder as test fixture
2-
matlab.unittest.fixtures.PathFixture('fixtures'),...
3-
matlab.unittest.fixtures.PathFixture(['fixtures' filesep 'util'])})...
2+
matlab.unittest.fixtures.PathFixture(['..' filesep 'fixtures']),...
3+
matlab.unittest.fixtures.PathFixture(['..' filesep 'fixtures' filesep 'util'])})...
44
bindMpepServer_test < matlab.unittest.TestCase & matlab.mock.TestCase
55

66
properties (SetAccess = protected)

0 commit comments

Comments
 (0)