Skip to content

Commit eb67f61

Browse files
committed
fix prevous change
1 parent 6940865 commit eb67f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/heasarc/tests/test_heasarc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def test_download_data__missingcolumn(host):
299299
host_col = "access_url" if host == "heasarc" else host
300300
with pytest.raises(
301301
ValueError,
302-
match=f"No {host_col} column found in the table. Call ~locate_data first"
302+
match=f"No {host_col} column found in the table. Call `~locate_data` first"
303303
):
304304
Heasarc.download_data(Table({"id": [1]}), host=host)
305305

0 commit comments

Comments
 (0)