WIP: test cases

This commit is contained in:
John Rommel Estropia
2016-05-23 23:40:00 +09:00
parent 77236d66d5
commit 000a357808
5 changed files with 277 additions and 1 deletions

View File

@@ -250,7 +250,7 @@ public final class CSDataStack: NSObject, CoreStoreObjectiveCType {
return false
}
return self.bridgeToSwift === object.bridgeToSwift
return self.bridgeToSwift == object.bridgeToSwift
}
public override var description: String {