Skip to content

Commit 8f56e6d

Browse files
committed
tests: fix tag test bug
1 parent 124a442 commit 8f56e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestTag.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
function [] = test_retrieve_data( varargin )
320320
f = nix.File(fullfile(pwd, 'tests', 'test.h5'), nix.FileMode.ReadOnly);
321321
b = f.blocks{1};
322-
tag = b.tags{1};
322+
tag = b.open_tag('Arm movement epoch Trial 001');
323323

324324
data = tag.retrieve_data(1);
325325
assert(~isempty(data));

0 commit comments

Comments
 (0)