]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_mutable: update notify_publish() to match new signature
authorBrian Warner <warner@allmydata.com>
Wed, 30 Apr 2008 01:24:57 +0000 (18:24 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 30 Apr 2008 01:24:57 +0000 (18:24 -0700)
src/allmydata/test/test_mutable.py

index 26a708d554940cf27bf8db25c176a9b463271ac6..845670dc23061f9426b3dd64e557f72c0b2f6c1d 100644 (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