Skip to content

Commit 1d8cd5c

Browse files
convert more tests to new projected dependency notation
1 parent 24ffe9f commit 1d8cd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/schema_advanced.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Cell(dj.Manual):
9494
class InputCell(dj.Manual):
9595
definition = """ # a synapse within the slice
9696
-> Cell
97-
(input)-> Cell(cell)
97+
-> Cell.proj(input="cell")
9898
"""
9999

100100

0 commit comments

Comments
 (0)