Skip to content

Commit

Permalink
Update test_itp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
  • Loading branch information
lilyminium and IAlibay authored Oct 19, 2024
1 parent 095d58a commit c07e7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/topology/test_itp.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def test_elements_deprecation_warning():
mda.Universe(ITP_nomass)


def test_nodeprecation_warning():
def test_elements_nodeprecation_warning():
"Test deprecation warning is not present if elements isn't guessed"
with pytest.warns(UserWarning) as record:
mda.Universe(ITP_atomtypes)
Expand Down

0 comments on commit c07e7e6

Please sign in to comment.