Skip to content

Commit 1cc0d63

Browse files
author
Chris Turner
committed
tests/test_schemas/+Lab/SessionAnalysis.m: use schema's connectin
1 parent c988b7e commit 1cc0d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_schemas/+Lab/SessionAnalysis.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
methods(Access=protected)
99
function makeTuples(self,key)
1010

11-
c = dj.conn();
11+
c = self.schema.conn;
1212
r = sprintf('connection_id = %d', c.serverId);
1313

1414
j = fetch(Lab.Jobs() & r, '*');

0 commit comments

Comments
 (0)