Skip to content

Commit 90b1aa6

Browse files
author
Chris Turner
committed
tests/TestPopulate.m: deconflict Lab.Subject record w/r/t TestRelationalOperand.m
1 parent d1013ee commit 90b1aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestPopulate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function TestPopulate_testPopulate(testCase)
1414
[testCase.PREFIX '_lab']);
1515

1616
insert(Lab.Subject, {
17-
0, '2020-04-02';
17+
100, '2020-04-02';
1818
});
1919

2020
insert(Lab.Rig, struct( ...

0 commit comments

Comments
 (0)