]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/test/test_mutable.py
mutable: move recent operation history management code (MutableWatcher) into history...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_mutable.py
index 329912bc58020546dfcda976c55d7c2531c52666..f3c6e4695cdb2bfd8dc942d6b4ffed72c14fbfd8 100644 (file)
@@ -194,12 +194,8 @@ class FakeClient:
         d.addCallback(lambda res: n)
         return d
 
-    def notify_retrieve(self, r):
-        pass
-    def notify_publish(self, p, size):
-        pass
-    def notify_mapupdate(self, u):
-        pass
+    def get_history(self):
+        return None
 
     def create_node_from_uri(self, u):
         u = IURI(u)