Skip to content

Commit

Permalink
Merge pull request #607 from dimitri-yatsenko/dev
Browse files Browse the repository at this point in the history
remove a test that no longer applies since #605
  • Loading branch information
ixcat authored May 6, 2019
2 parents 3255f46 + 3130772 commit 60a54a3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_relational_operand.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,6 @@ def test_heading_repr():
assert_equal(len(list(1 for g in s.split('\n') if g.strip() and not g.strip().startswith(('-', '#')))),
len(x.heading.attributes))

@staticmethod
@raises(dj.DataJointError)
def test_invalid_aggregate():
"""cannot aggregate a less detailed object"""
rel = B().aggregate(A())

@staticmethod
def test_aggregate():
x = B().aggregate(B.C())
Expand Down

0 comments on commit 60a54a3

Please sign in to comment.