Skip to content

Commit 0148aea

Browse files
jaymedinabsipocz
authored andcommitted
codestyle
1 parent 94ef4d1 commit 0148aea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astroquery/mast/tests/test_mast_remote.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,8 @@ def test_tesscut_get_cutouts_mt(self):
10371037

10381038
@pytest.mark.xfail(raises=LargeQueryWarning)
10391039
@pytest.mark.parametrize("product", ["tica", "spoc"])
1040-
@pytest.mark.parametrize("size", [31, [5, 60], 0.2 * u.deg, [0.1 * u.deg, 0.2 * u.deg], 5000 * u.arcsec, 20 * u.arcmin])
1040+
@pytest.mark.parametrize("size", [31, [5, 60], 0.2 * u.deg, [0.1 * u.deg, 0.2 * u.deg],
1041+
5000 * u.arcsec, 20 * u.arcmin])
10411042
def test_tesscut_timeout_param(self, product, size):
10421043

10431044
# Check that a warning comes up when cutout size too big

0 commit comments

Comments
 (0)