Skip to content

Commit c219c47

Browse files
committed
fix tests
1 parent 2326136 commit c219c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/simbad/tests/test_simbad.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ def test_parse_result():
134134
'The attempted parsed result is in '
135135
'self.last_parsed_result.\n Exception: 7:115: '
136136
'no element found')
137-
assert isinstance(simbad.Simbad.last_response.text, str)
138-
assert isinstance(simbad.Simbad.last_response.content, bytes)
137+
assert isinstance(sb.last_response.text, str)
138+
assert isinstance(sb.last_response.content, bytes)
139139

140140

141141
votable_fields = ",".join(simbad.core.Simbad.get_votable_fields())

0 commit comments

Comments
 (0)