Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Oct 20, 2023
1 parent 09b128d commit de6b6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_resolve_target_name(client):
data = get_data(response)
assert data['coordinate']['value'] == [230.50745896, 43.53232817]
assert data['coordinate']['unit'] == 'deg'
assert data['name'] == "2MASX J15220182+4331560"
assert data['name'] == "LEDA 2223006"


def test_resolve_target_coord(client):
Expand Down

0 comments on commit de6b6be

Please sign in to comment.