Skip to content
Snippets Groups Projects
Commit 1c79b74b authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Mutable shares live in slots

parent 69ef86d4
No related branches found
No related tags found
1 merge request!22Separate mutable writes from lease updates
...@@ -394,7 +394,7 @@ class ShareTests(TestCase): ...@@ -394,7 +394,7 @@ class ShareTests(TestCase):
self.assertThat( self.assertThat(
wrote, wrote,
Equals(True), Equals(True),
u"Server rejected a write to a new mutable storage index", u"Server rejected a write to a new mutable slot",
) )
self.assertThat( self.assertThat(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment