Skip to content

Commit 60a54a3

Browse files
author
Chris Turner
authored
Merge pull request #607 from dimitri-yatsenko/dev
remove a test that no longer applies since #605
2 parents 3255f46 + 3130772 commit 60a54a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_relational_operand.py

-6
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,6 @@ def test_heading_repr():
195195
assert_equal(len(list(1 for g in s.split('\n') if g.strip() and not g.strip().startswith(('-', '#')))),
196196
len(x.heading.attributes))
197197

198-
@staticmethod
199-
@raises(dj.DataJointError)
200-
def test_invalid_aggregate():
201-
"""cannot aggregate a less detailed object"""
202-
rel = B().aggregate(A())
203-
204198
@staticmethod
205199
def test_aggregate():
206200
x = B().aggregate(B.C())

0 commit comments

Comments
 (0)