From 095d58ab427fc57c33550282199d6cbe0edeb200 Mon Sep 17 00:00:00 2001 From: Lily Wang <31115101+lilyminium@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:46:50 +1100 Subject: [PATCH] Update test_itp.py Co-authored-by: Irfan Alibay --- testsuite/MDAnalysisTests/topology/test_itp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/MDAnalysisTests/topology/test_itp.py b/testsuite/MDAnalysisTests/topology/test_itp.py index 859893c2316..8001e91f048 100644 --- a/testsuite/MDAnalysisTests/topology/test_itp.py +++ b/testsuite/MDAnalysisTests/topology/test_itp.py @@ -492,7 +492,7 @@ def test_missing_elements_no_attribute(): _ = u.atoms.elements -def test_deprecation_warning(): +def test_elements_deprecation_warning(): "Test deprecation warning is present" with pytest.warns(DeprecationWarning, match="removed in release 3.0"): mda.Universe(ITP_nomass)