Skip to content

Commit 9f3e83c

Browse files
committed
changed the test, added decorator remote_data
1 parent 47cffb0 commit 9f3e83c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from ... import nasa_ads
2-
from astropy.tests.helper import pytest
2+
from astropy.tests.helper import remote_data
33

4+
@remote_data
45
def test_simple():
56
x = nasa_ads.ADS.query_simple('^Persson Origin of water around deeply embedded low-mass protostars')
67
assert x[-1]['authors'][0] == 'Persson, M. V.'

0 commit comments

Comments
 (0)