From: Brian Warner Date: Wed, 30 Apr 2008 01:24:57 +0000 (-0700) Subject: test_mutable: update notify_publish() to match new signature X-Git-Tag: allmydata-tahoe-1.1.0~172 X-Git-Url: https://git.rkrishnan.org/pf/content/de.html?a=commitdiff_plain;h=88951548ee1077603dd5659d0435ed6dbcfc8854;p=tahoe-lafs%2Ftahoe-lafs.git test_mutable: update notify_publish() to match new signature --- diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py index 26a708d5..845670dc 100644 --- a/src/allmydata/test/test_mutable.py +++ b/src/allmydata/test/test_mutable.py @@ -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