Skip to content

Commit

Permalink
GAIAPCR-1302 redefinition of test test_launch_job_async_json_format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Fernandez Hernandez authored and Jorge Fernandez Hernandez committed Jan 21, 2024
1 parent ede05b6 commit b32a2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/gaia/tests/test_gaiatap.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def test_launch_job_async_json_format(column_launch_json, mock_querier_async_jso
assert results[colname].dtype == attrs.dtype


def test_launch_job_async_json_format(column_launch_json, mock_querier_json):
def test_launch_job_json_format(column_launch_json, mock_querier_json):
dump_to_file = True
output_format = 'json'
output_file = 'data/launch_job_async.json'
Expand Down

0 comments on commit b32a2fe

Please sign in to comment.