test_mutable: update notify_publish() to match new signature

This commit is contained in:
Brian Warner 2008-04-29 18:24:57 -07:00
parent 4b3adb3fcf
commit 88951548ee

View File

@ -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