Skip to content

Commit 30af5d7

Browse files
committed
Merge branch 'refactor-datastub-export' into fix-update-datastub-size
2 parents e9c1c2b + 9673c1e commit 30af5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

+tests/+unit/dataStubTest.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ function testObjectCopy(testCase)
9797
nwb.acquisition.set('rc', rc);
9898
nwb.analysis.set('rcRef', rcRef);
9999
nwbExport(nwb, 'original.nwb');
100-
100+
101101
nwbOriginalIn = nwbRead('original.nwb', 'ignorecache');
102102
tests.util.verifyContainerEqual(testCase, nwbOriginalIn, nwb);
103103

104104
nwbExport(nwbOriginalIn, 'copy.nwb');
105-
105+
106106
nwbCopyIn = nwbRead('copy.nwb', 'ignorecache');
107107
tests.util.verifyContainerEqual(testCase, nwbCopyIn, nwb);
108108
end

0 commit comments

Comments
 (0)