mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
test_mutable: update notify_publish() to match new signature
This commit is contained in:
parent
4b3adb3fcf
commit
88951548ee
@ -180,7 +180,7 @@ class FakeClient:
|
||||
|
||||
def notify_retrieve(self, r):
|
||||
pass
|
||||
def notify_publish(self, p):
|
||||
def notify_publish(self, p, size):
|
||||
pass
|
||||
def notify_mapupdate(self, u):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user