Rename add to put in persistent store backends
This commit is contained in:
@@ -21,7 +21,7 @@ class MockStore:
|
||||
self.for_state = 0
|
||||
|
||||
|
||||
def add(self, k, contents=None):
|
||||
def put(self, k, contents=None):
|
||||
self.v[k] = contents
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user