We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6940865 commit eb67f61Copy full SHA for eb67f61
astroquery/heasarc/tests/test_heasarc.py
@@ -299,7 +299,7 @@ def test_download_data__missingcolumn(host):
299
host_col = "access_url" if host == "heasarc" else host
300
with pytest.raises(
301
ValueError,
302
- match=f"No {host_col} column found in the table. Call ~locate_data first"
+ match=f"No {host_col} column found in the table. Call `~locate_data` first"
303
):
304
Heasarc.download_data(Table({"id": [1]}), host=host)
305
0 commit comments