fix tests

This commit is contained in:
John Estropia
2026-07-15 19:54:47 +09:00
parent 890e150b95
commit 1ea9ad7c4a
12 changed files with 109 additions and 58 deletions
@@ -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)
},