unit test for scalar IDs for ImportableUniqueObject

This commit is contained in:
John Rommel Estropia
2017-02-13 22:17:03 +09:00
parent 03973790a8
commit 7baaee493d
3 changed files with 13 additions and 30 deletions

View File

@@ -519,7 +519,7 @@ are created from `beginSynchronous(...)`. While the syntax is similar to its asy
```swift
CoreStore.beginSynchronous { (transaction) -> Void in
// make changes
transaction.commit()
_ = transaction.commit()
}
```
`transaction` above is a `SynchronousDataTransaction` instance.