Skip to content

Commit 8480c24

Browse files
committed
py3 fix
1 parent 196486e commit 8480c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/alma/tests/test_alma_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_doc_example(self, temp_dir):
6161
gc_data = alma.query_region(galactic_center, 1*u.deg)
6262

6363
uids = np.unique(m83_data['Asdm_uid'])
64-
assert 'uid://A002/X3b3400/X90f' in uids
64+
assert b'uid://A002/X3b3400/X90f' in uids
6565

6666
link_list = alma.stage_data(uids[0:2])
6767
totalsize = alma.data_size(link_list)

0 commit comments

Comments
 (0)