From 88951548ee1077603dd5659d0435ed6dbcfc8854 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 29 Apr 2008 18:24:57 -0700 Subject: [PATCH] test_mutable: update notify_publish() to match new signature --- src/allmydata/test/test_mutable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2