We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f7979 commit 77dd3a9Copy full SHA for 77dd3a9
sunpy_soar/tests/test_sunpy_soar.py
@@ -319,7 +319,7 @@ def test_distance_search_insitu():
319
product = a.soar.Product("metis-vl-pol-angle")
320
distance = a.soar.Distance(0.45 * u.AU, 0.46 * u.AU)
321
res = Fido.search(distance & instrument & product & level)
322
- assert res.file_num == 240
+ assert res.file_num == 248
323
324
325
def test_distance_time_search():
0 commit comments