Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laksh-krishna-sharma committed Jul 25, 2024
1 parent 8f60ed9 commit bccdcc0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions testsuite/MDAnalysisTests/core/test_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -1480,12 +1480,6 @@ def test_get_non_topattr(self, universe):
universe.atoms.jabberwocky
assert 'has no attribute' in str(exc.value)

# def test_unwrap_without_bonds(self, universe):
# with pytest.raises(NoDataError) as exc:
# universe.atoms.unwrap()
# err = ('AtomGroup.unwrap() not available; '
# 'this requires Bonds')
# assert str(exc.value) == err
def test_unwrap_without_bonds(universe):
with pytest.raises(NoDataError) as exc:
universe.atoms.unwrap()
Expand Down

0 comments on commit bccdcc0

Please sign in to comment.