Skip to content

Commit 510fe02

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAMNGT-1700 Change format
1 parent 154d5e7 commit 510fe02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astroquery/gaia/tests/test_gaiatap.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,7 @@ def test_datalink_querier_load_data_vot_exception(mock_datalink_querier, overwri
802802

803803
assert str(
804804
excinfo.value) == (
805-
f"{file_final} file already exists. Please use overwrite_output_file='True' to overwrite output "
806-
f"file.")
805+
f"{file_final} file already exists. Please use overwrite_output_file='True' to overwrite output file.")
807806

808807
else:
809808
mock_datalink_querier.load_data(ids=[5937083312263887616], data_release='Gaia DR3',

0 commit comments

Comments
 (0)