transaction fetching unit tests

This commit is contained in:
John Rommel Estropia
2016-06-07 00:14:22 +09:00
parent b98805e489
commit b9353238e8
2 changed files with 946 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ final class GroupByTests: BaseTestCase {
let groupBy = GroupBy("testString")
let request = NSFetchRequest()
From(TestEntity1).applyToFetchRequest(request, context: dataStack.mainContext)
_ = From(TestEntity1).applyToFetchRequest(request, context: dataStack.mainContext)
groupBy.applyToFetchRequest(request)
XCTAssertNotNil(request.propertiesToGroupBy)