Skip to content

Commit 53ae72c

Browse files
committed
Add missing method from interface to fake
1 parent 8236b30 commit 53ae72c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wokkel/test/test_component.py

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ def _makeTransport(self):
3838
return None
3939

4040

41+
def getDestination(self):
42+
return None
43+
44+
4145

4246
class TestableComponent(component.Component):
4347
"""

0 commit comments

Comments
 (0)