mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 20:02:02 +02:00
fix tests
This commit is contained in:
+2
-2
@@ -50,11 +50,11 @@ extension Advanced.EvolutionDemo {
|
||||
}
|
||||
self.mutateItemAtIndex = { index in
|
||||
|
||||
let object = listPublisher.snapshot[index]
|
||||
let persistentID = listPublisher.snapshot[index].persistentID()
|
||||
dataStack.perform(
|
||||
asynchronous: { transaction in
|
||||
|
||||
object
|
||||
persistentID
|
||||
.asEditable(in: transaction)?
|
||||
.mutate(in: transaction)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user