Skip to content

Commit 0ac3691

Browse files
committed
fix an obvious error (wrong var name)
1 parent 6737967 commit 0ac3691

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
@@ -66,7 +66,7 @@ def test_m83(self, temp_dir):
6666
alma = Alma()
6767
alma.cache_location = temp_dir
6868

69-
result_s = alma.query_object('M83')
69+
m83_data = alma.query_object('M83')
7070
uids = np.unique(m83_data['Member ous id'])
7171
link_list = Alma.stage_data(uids)
7272

0 commit comments

Comments
 (0)