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
@@ -41,7 +41,7 @@ extension UnsafeDataTransaction {
_ object: O
) -> ObjectMonitor<O> {
return .init(objectID: object.cs_id(), context: self.unsafeContext())
return .init(managedObjectID: object.cs_id(), context: self.unsafeContext())
}
/**