Skip to content

Commit 65fc1af

Browse files
committed
Fixed paramererize typo
1 parent c0da8c9 commit 65fc1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/esasky/tests/test_esasky_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_esasky_get_images(self, tmp_path, mission):
127127
@pytest.mark.bigdata
128128
@pytest.mark.parametrize('mission, position',
129129
zip(['JWST-MID-IR', 'JWST-NEAR-IR'],
130-
['340.50123388127435 -69.17904779241904'], ['225.6864099965157 -3.0315781490149467']))
130+
['340.50123388127435 -69.17904779241904', '225.6864099965157 -3.0315781490149467']))
131131
def test_esasky_get_images_jwst(self, tmp_path, mission, position):
132132
result = ESASky.get_images(position=position, missions=mission, download_dir=tmp_path)
133133
assert tmp_path.stat().st_size

0 commit comments

Comments
 (0)