oops, missed a test failure

This commit is contained in:
Brian Warner 2011-10-13 09:37:13 -07:00
parent 210761cd49
commit 11ce612589

View File

@ -173,7 +173,7 @@ class FakeClient(Client):
self.blacklist = None
self.nodemaker = FakeNodeMaker(None, self._secret_holder, None,
self.uploader, None,
None, None)
None, None, None)
self.mutable_file_default = SDMF_VERSION
def startService(self):