Skip to content

Commit 5a9df6d

Browse files
Merge pull request #306 from guzman-raphael/fix-null-index-fks
Update test comment to reflect open issue
2 parents ff91556 + 1be18d5 commit 5a9df6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/TestRelationalOperand.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ function TestRelationalOperand_testFkOptions(testCase)
5252
rethrow(ME);
5353
end
5454
end
55-
% verify reverse engineering (TBD)
55+
% verify reverse engineering
56+
% (pending https://github.com/datajoint/datajoint-matlab/issues/305 solution)
5657
q = Lab.ActiveSession;
5758
raw_def = dj.internal.Declare.getDefinition(q);
5859
assembled_def = describe(q);

0 commit comments

Comments
 (0)