Skip to content

Commit 47cffb0

Browse files
committed
changed the test, removed patch_post
1 parent c4b63c5 commit 47cffb0

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,5 +1,6 @@
11
from ... import nasa_ads
2+
from astropy.tests.helper import pytest
23

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

0 commit comments

Comments
 (0)