Skip to content

Commit

Permalink
Fixup to core/Selection tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Jan 22, 2016
1 parent 40831d9 commit bff7415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/MDAnalysisTests/test_atomselections.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,8 @@ def test_expected_errors(self):
'resnum ',
'bynum or protein',
'prop mass < 4.0 hello', # unused token
'mass > 10. and group this', # missing group
'mass > 10. and fullgroup this', # missing fullgroup
'prop mass > 10. and group this', # missing group
'prop mass > 10. and fullgroup this', # missing fullgroup
]:
yield self.selection_fail, selstr

Expand Down

0 comments on commit bff7415

Please sign in to comment.