Skip to content

Commit bbe7cfa

Browse files
committed
Formatting fix
1 parent 7002b15 commit bbe7cfa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astroquery/casda/tests/test_casda.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,5 +295,4 @@ def test_download_file(patch_get):
295295
filenames = casda.download_files(urls)
296296
assert filenames[0].endswith('askap_img.fits')
297297
assert filenames[1].endswith('askap_img.fits.checksum')
298-
assert filenames[2].endswith('RACS-DR1_0000+18A.fits')
299-
298+
assert filenames[2].endswith('RACS-DR1_0000+18A.fits')

0 commit comments

Comments
 (0)