Skip to content

Commit

Permalink
Revert "Add docs for 'result_index' usage and a system test." (#3249)
Browse files Browse the repository at this point in the history
* Revert "Add docs for 'result_index'  usage and a system test."

* Fix Asynchronous typo.
  • Loading branch information
daspecster authored and dhermes committed Mar 30, 2017
1 parent 518b8dd commit 27dc9b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/google-cloud-python-speech/tests/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def test_stream_recognize(self):

with open(AUDIO_FILE, 'rb') as file_obj:
for results in self._make_streaming_request(file_obj):
self.assertIsInstance(results.result_index, int)
self._check_results(results.alternatives)

def test_stream_recognize_interim_results(self):
Expand Down

0 comments on commit 27dc9b5

Please sign in to comment.