We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2326136 commit c219c47Copy full SHA for c219c47
astroquery/simbad/tests/test_simbad.py
@@ -134,8 +134,8 @@ def test_parse_result():
134
'The attempted parsed result is in '
135
'self.last_parsed_result.\n Exception: 7:115: '
136
'no element found')
137
- assert isinstance(simbad.Simbad.last_response.text, str)
138
- assert isinstance(simbad.Simbad.last_response.content, bytes)
+ assert isinstance(sb.last_response.text, str)
+ assert isinstance(sb.last_response.content, bytes)
139
140
141
votable_fields = ",".join(simbad.core.Simbad.get_votable_fields())
0 commit comments