From bb8d717187d5920f4447d727a397f8ac17d4a267 Mon Sep 17 00:00:00 2001 From: nstarman Date: Thu, 29 Feb 2024 19:02:00 -0500 Subject: [PATCH] fix: test name Signed-off-by: nstarman --- tests/test_d3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_d3.py b/tests/test_d3.py index df680ab2..b5002f63 100644 --- a/tests/test_d3.py +++ b/tests/test_d3.py @@ -640,7 +640,7 @@ def test_cartesian3d_to_cylindrical(self, difntl, vector): ) assert array_equal(cylindrical.d_z, Quantity([9, 10, 11, 12], u.km / u.s)) - def test_cartesian3d_to_spherical_astropy( + def test_cartesian3d_to_cylindrical_astropy( self, difntl, vector, apydifntl, apyvector ): """Test Astropy equivalence."""