Skip to content

Commit

Permalink
unit, 24 failed, 1482 passed
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox committed Jul 10, 2020
1 parent 68bce98 commit 5278aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/v1/test_watch.py
Expand Up @@ -812,7 +812,7 @@ def Listen(self): # pragma: NO COVER

class DummyFirestoreClient(object):
def __init__(self):
self.transport = mock.Mock(_stubs={"firestore_stub": DummyFirestoreStub()})
self._transport = mock.Mock(_stubs={"firestore_stub": DummyFirestoreStub()})


class DummyDocumentReference(object):
Expand Down

0 comments on commit 5278aa6

Please sign in to comment.