Skip to content

Commit

Permalink
Fix path for patch of 'bidi' elements. (#6243)
Browse files Browse the repository at this point in the history
Closes #6241.
  • Loading branch information
tseaver authored Oct 17, 2018
1 parent 7527a4e commit f70c00b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ def test_heartbeat_inactive():


@mock.patch(
'google.cloud.pubsub_v1.subscriber._protocol.bidi.ResumableBidiRpc',
'google.api_core.bidi.ResumableBidiRpc',
autospec=True)
@mock.patch(
'google.cloud.pubsub_v1.subscriber._protocol.bidi.BackgroundConsumer',
'google.api_core.bidi.BackgroundConsumer',
autospec=True)
@mock.patch(
'google.cloud.pubsub_v1.subscriber._protocol.leaser.Leaser',
Expand Down

0 comments on commit f70c00b

Please sign in to comment.