Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit 5278aa6

Browse files
committed
unit, 24 failed, 1482 passed
1 parent 68bce98 commit 5278aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/v1/test_watch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def Listen(self): # pragma: NO COVER
812812

813813
class DummyFirestoreClient(object):
814814
def __init__(self):
815-
self.transport = mock.Mock(_stubs={"firestore_stub": DummyFirestoreStub()})
815+
self._transport = mock.Mock(_stubs={"firestore_stub": DummyFirestoreStub()})
816816

817817

818818
class DummyDocumentReference(object):

0 commit comments

Comments
 (0)