We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518b8dd commit 27dc9b5Copy full SHA for 27dc9b5
packages/google-cloud-python-speech/tests/system.py
@@ -200,7 +200,6 @@ def test_stream_recognize(self):
200
201
with open(AUDIO_FILE, 'rb') as file_obj:
202
for results in self._make_streaming_request(file_obj):
203
- self.assertIsInstance(results.result_index, int)
204
self._check_results(results.alternatives)
205
206
def test_stream_recognize_interim_results(self):
0 commit comments