Skip to content

Commit

Permalink
Remove redundant assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
daspecster committed Oct 31, 2016
1 parent 25c1846 commit 4b3e9cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion speech/unit_tests/test__gax.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def test_stream_requests(self):

config_request = all_requests[0]
streaming_request = all_requests[1]
self.assertIsInstance(config_request, StreamingRecognizeRequest)
# This isn't set by _make_streaming_request().
# The first request can only have `streaming_config` set.
# The following requests can only have `audio_content` set.
Expand Down

0 comments on commit 4b3e9cc

Please sign in to comment.