mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 03:41:47 +02:00
fix tests
This commit is contained in:
@@ -95,6 +95,11 @@ public struct DynamicObjectID<O: DynamicObject>: Hashable, ObjectRepresentation,
|
||||
|
||||
public typealias ObjectType = O
|
||||
|
||||
public func persistentID() -> ObjectType.ObjectID {
|
||||
|
||||
return self
|
||||
}
|
||||
|
||||
public func asPublisher(in dataStack: DataStack) -> ObjectPublisher<ObjectType> {
|
||||
|
||||
let context = dataStack.unsafeContext()
|
||||
|
||||
Reference in New Issue
Block a user