Skip to content

Commit 9406e39

Browse files
committed
TST: update test that now returns the expected multiple elements for the composite
1 parent ad0dc27 commit 9406e39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

astroquery/esa/hubble/tests/test_esa_hubble_remote.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ def test_hap_composite_to_hap_simple(self):
103103

104104
def test_hap_simple_to_hap_composite(self):
105105
result = esa_hubble.get_member_observations(observation_id='hst_16316_71_acs_sbc_f150lp_jec071i9')
106-
assert result == ['hst_16316_71_acs_sbc_f150lp_jec071']
106+
assert result == ['hst_16316_71_acs_sbc_f150lp_jec071',
107+
'hst_16316_71_acs_sbc_total_jec071',
108+
'hst_skycell-p2478x15y09_acs_sbc_f150lp_all']
107109

108110
def test_hap_simple_to_hst_simple(self):
109111
result = esa_hubble.get_hap_hst_link(observation_id='hst_16316_71_acs_sbc_f150lp_jec071i9')

0 commit comments

Comments
 (0)