mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 03:41:47 +02:00
fix tests
This commit is contained in:
@@ -91,14 +91,6 @@ public nonisolated protocol DynamicObject: AnyObject, SendableMetatype {
|
||||
|
||||
extension DynamicObject {
|
||||
|
||||
// MARK: Public
|
||||
|
||||
public func persistentID() -> DynamicObjectID<Self> {
|
||||
|
||||
return .init(managedObjectID: self.cs_id())
|
||||
}
|
||||
|
||||
|
||||
// MARK: Internal
|
||||
|
||||
internal func runtimeType() -> Self.Type {
|
||||
|
||||
Reference in New Issue
Block a user