From 27dc9b517dac189be532e39623c3dd01f87fe566 Mon Sep 17 00:00:00 2001 From: Thomas Schultz Date: Thu, 30 Mar 2017 16:45:23 -0400 Subject: [PATCH] Revert "Add docs for 'result_index' usage and a system test." (#3249) * Revert "Add docs for 'result_index' usage and a system test." * Fix Asynchronous typo. --- packages/google-cloud-python-speech/tests/system.py | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/google-cloud-python-speech/tests/system.py b/packages/google-cloud-python-speech/tests/system.py index 57c713b90b50..dd3dfdf14314 100644 --- a/packages/google-cloud-python-speech/tests/system.py +++ b/packages/google-cloud-python-speech/tests/system.py @@ -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):