Skip to content

Commit

Permalink
fix: test name
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <[email protected]>
  • Loading branch information
nstarman committed Mar 1, 2024
1 parent bc86424 commit bb8d717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_d3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit bb8d717

Please sign in to comment.