Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zoghbi-a committed Jan 6, 2025
1 parent 23c3d52 commit 6155058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/heasarc/tests/test_heasarc.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_get_datalink():
Heasarc.get_datalinks([1, 2])

with pytest.raises(ValueError, match="No __row column found"):
Heasarc.get_datalinks(Table({"id": [1, 2, 3.0]}), tablename="xray")
Heasarc.get_datalinks(Table({"id": [1, 2, 3.0]}), catalogname="xray")


def test_download_data__empty():
Expand Down

0 comments on commit 6155058

Please sign in to comment.